summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-12-03 02:55:23 -0800
committerPinapelz <yukais@pinapelz.com>2025-12-03 02:55:23 -0800
commitef0e2cfb699e9630d8caaa4cf61eb72c66be3b85 (patch)
tree8efedbb618bd24c1b1044a02705eeac4cb1b2f00
parentb6ee018317b97951bbd2630b1d0e009dbbadf2ff (diff)
add make-follow script
-rw-r--r--indieweb-micro/content/indie/follows.md3
-rwxr-xr-xindieweb-micro/make-follow.sh30
-rw-r--r--micro.pinapelz.moe/index.xml2
-rw-r--r--micro.pinapelz.moe/indie/follows/index.html39
-rw-r--r--micro.pinapelz.moe/indie/index.xml2
5 files changed, 74 insertions, 2 deletions
diff --git a/indieweb-micro/content/indie/follows.md b/indieweb-micro/content/indie/follows.md
index 2731ce8..ec34ae6 100644
--- a/indieweb-micro/content/indie/follows.md
+++ b/indieweb-micro/content/indie/follows.md
@@ -14,6 +14,9 @@ This is mostly here for pages that can receive [Webmentions](https://indieweb.or
{{< follow "https://sakurajima.moe/@chikorita157" "2025-12-03" >}}
{{< follow "https://misskey.io/@CAP_Tw" "2025-12-03" >}}
{{< follow "https://misskey.io/@meeeeeeco" "2025-12-03" >}}
+{{< follow "https://sakurajima.moe/@sakurajima" "2025-12-03" >}}
+{{< follow "https://mi.shiromaru.work/@ovoip" "2025-12-03" >}}
+{{< follow "https://floss.social/@kde" "2025-12-03" >}}
## Bluesky
{{< follow "https://bsky.app/profile/mofu.run" "2025-12-03" >}}
diff --git a/indieweb-micro/make-follow.sh b/indieweb-micro/make-follow.sh
new file mode 100755
index 0000000..b72fc9d
--- /dev/null
+++ b/indieweb-micro/make-follow.sh
@@ -0,0 +1,30 @@
+#!/bin/bash
+
+# Get today's date in the required format
+today=$(date '+%Y-%m-%d')
+
+# Check if URL is provided as argument
+if [ $# -eq 0 ]; then
+ echo "Usage: $0 <url>"
+ echo "Example: $0 https://sakurajima.moe/@sakurajima"
+ exit 1
+fi
+
+url="$1"
+
+# Append https if not present
+if [[ ! $url =~ ^https?:// ]]; then
+ url="https://$url"
+fi
+
+# Check if URL matches the pattern https://domain/@user@remote.domain
+if [[ $url =~ ^https://[^/]+/@[^@]+@([^/]+)$ ]]; then
+ # Extract the username and remote domain
+ username=$(echo "$url" | sed 's/.*\/@\([^@]*\)@.*/\1/')
+ remote_domain="${BASH_REMATCH[1]}"
+ # Remap to https://remote.domain/@username
+ url="https://$remote_domain/@$username"
+fi
+
+# Generate the follow shortcode
+echo "{{< follow \"$url\" \"$today\" >}}"
diff --git a/micro.pinapelz.moe/index.xml b/micro.pinapelz.moe/index.xml
index 5979a27..b683db8 100644
--- a/micro.pinapelz.moe/index.xml
+++ b/micro.pinapelz.moe/index.xml
@@ -15,7 +15,7 @@
<link>https://micro.pinapelz.moe/indie/follows/</link>
<pubDate>Wed, 03 Dec 2025 01:17:39 -0800</pubDate><author>yukais@pinapelz.com (Pinapelz)</author>
<guid>https://micro.pinapelz.moe/indie/follows/</guid>
- <description>&lt;p&gt;Here are all the pages/accounts I follow.&lt;/p&gt;&#xA;&lt;p&gt;This is mostly here for pages that can receive &lt;a href=&#34;https://indieweb.org/webmention&#34;&gt;Webmentions&lt;/a&gt; and the &lt;a href=&#34;https://fed.brid.gy&#34;&gt;Bridgy Fed&lt;/a&gt; service.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fediverse&#34;&gt;Fediverse&lt;/h2&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@Mofumatic&#34;&gt;&#xA; https://sakurajima.moe/@Mofumatic&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@anianimalsmoe&#34;&gt;&#xA; https://sakurajima.moe/@anianimalsmoe&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://mathstodon.xyz/@tao&#34;&gt;&#xA; https://mathstodon.xyz/@tao&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@chikorita157&#34;&gt;&#xA; https://sakurajima.moe/@chikorita157&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://misskey.io/@CAP_Tw&#34;&gt;&#xA; https://misskey.io/@CAP_Tw&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://misskey.io/@meeeeeeco&#34;&gt;&#xA; https://misskey.io/@meeeeeeco&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;bluesky&#34;&gt;Bluesky&lt;/h2&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://bsky.app/profile/mofu.run&#34;&gt;&#xA; https://bsky.app/profile/mofu.run&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://bsky.app/profile/anew.social&#34;&gt;&#xA; https://bsky.app/profile/anew.social&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Learn more about the &lt;a href=&#34;https://indieweb.org&#34;&gt;Indieweb&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;</description>
+ <description>&lt;p&gt;Here are all the pages/accounts I follow.&lt;/p&gt;&#xA;&lt;p&gt;This is mostly here for pages that can receive &lt;a href=&#34;https://indieweb.org/webmention&#34;&gt;Webmentions&lt;/a&gt; and the &lt;a href=&#34;https://fed.brid.gy&#34;&gt;Bridgy Fed&lt;/a&gt; service.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fediverse&#34;&gt;Fediverse&lt;/h2&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@Mofumatic&#34;&gt;&#xA; https://sakurajima.moe/@Mofumatic&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@anianimalsmoe&#34;&gt;&#xA; https://sakurajima.moe/@anianimalsmoe&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://mathstodon.xyz/@tao&#34;&gt;&#xA; https://mathstodon.xyz/@tao&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@chikorita157&#34;&gt;&#xA; https://sakurajima.moe/@chikorita157&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://misskey.io/@CAP_Tw&#34;&gt;&#xA; https://misskey.io/@CAP_Tw&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://misskey.io/@meeeeeeco&#34;&gt;&#xA; https://misskey.io/@meeeeeeco&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@sakurajima&#34;&gt;&#xA; https://sakurajima.moe/@sakurajima&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://mi.shiromaru.work/@ovoip&#34;&gt;&#xA; https://mi.shiromaru.work/@ovoip&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://floss.social/@kde&#34;&gt;&#xA; https://floss.social/@kde&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;bluesky&#34;&gt;Bluesky&lt;/h2&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://bsky.app/profile/mofu.run&#34;&gt;&#xA; https://bsky.app/profile/mofu.run&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://bsky.app/profile/anew.social&#34;&gt;&#xA; https://bsky.app/profile/anew.social&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Learn more about the &lt;a href=&#34;https://indieweb.org&#34;&gt;Indieweb&lt;/a&gt;&lt;/p&gt;</description>
</item>
<item>
<title>INIU Power Bank Gets Recall</title>
diff --git a/micro.pinapelz.moe/indie/follows/index.html b/micro.pinapelz.moe/indie/follows/index.html
index 08fdbfc..c7f720f 100644
--- a/micro.pinapelz.moe/indie/follows/index.html
+++ b/micro.pinapelz.moe/indie/follows/index.html
@@ -162,6 +162,45 @@
2025-12-03
</time>
</div>
+
+
+
+
+<div class="follow-card">
+ <a class="follow-target u-follow-of" href="https://sakurajima.moe/@sakurajima">
+ https://sakurajima.moe/@sakurajima
+ </a>
+
+ <time class="follow-date dt-published" datetime="2025-12-03T00:00:00Z">
+ 2025-12-03
+ </time>
+</div>
+
+
+
+
+<div class="follow-card">
+ <a class="follow-target u-follow-of" href="https://mi.shiromaru.work/@ovoip">
+ https://mi.shiromaru.work/@ovoip
+ </a>
+
+ <time class="follow-date dt-published" datetime="2025-12-03T00:00:00Z">
+ 2025-12-03
+ </time>
+</div>
+
+
+
+
+<div class="follow-card">
+ <a class="follow-target u-follow-of" href="https://floss.social/@kde">
+ https://floss.social/@kde
+ </a>
+
+ <time class="follow-date dt-published" datetime="2025-12-03T00:00:00Z">
+ 2025-12-03
+ </time>
+</div>
</p>
<h2 id="bluesky">Bluesky</h2>
<p>
diff --git a/micro.pinapelz.moe/indie/index.xml b/micro.pinapelz.moe/indie/index.xml
index 3a18e1f..d393875 100644
--- a/micro.pinapelz.moe/indie/index.xml
+++ b/micro.pinapelz.moe/indie/index.xml
@@ -15,7 +15,7 @@
<link>https://micro.pinapelz.moe/indie/follows/</link>
<pubDate>Wed, 03 Dec 2025 01:17:39 -0800</pubDate><author>yukais@pinapelz.com (Pinapelz)</author>
<guid>https://micro.pinapelz.moe/indie/follows/</guid>
- <description>&lt;p&gt;Here are all the pages/accounts I follow.&lt;/p&gt;&#xA;&lt;p&gt;This is mostly here for pages that can receive &lt;a href=&#34;https://indieweb.org/webmention&#34;&gt;Webmentions&lt;/a&gt; and the &lt;a href=&#34;https://fed.brid.gy&#34;&gt;Bridgy Fed&lt;/a&gt; service.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fediverse&#34;&gt;Fediverse&lt;/h2&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@Mofumatic&#34;&gt;&#xA; https://sakurajima.moe/@Mofumatic&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@anianimalsmoe&#34;&gt;&#xA; https://sakurajima.moe/@anianimalsmoe&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://mathstodon.xyz/@tao&#34;&gt;&#xA; https://mathstodon.xyz/@tao&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@chikorita157&#34;&gt;&#xA; https://sakurajima.moe/@chikorita157&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://misskey.io/@CAP_Tw&#34;&gt;&#xA; https://misskey.io/@CAP_Tw&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://misskey.io/@meeeeeeco&#34;&gt;&#xA; https://misskey.io/@meeeeeeco&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;bluesky&#34;&gt;Bluesky&lt;/h2&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://bsky.app/profile/mofu.run&#34;&gt;&#xA; https://bsky.app/profile/mofu.run&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://bsky.app/profile/anew.social&#34;&gt;&#xA; https://bsky.app/profile/anew.social&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Learn more about the &lt;a href=&#34;https://indieweb.org&#34;&gt;Indieweb&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;</description>
+ <description>&lt;p&gt;Here are all the pages/accounts I follow.&lt;/p&gt;&#xA;&lt;p&gt;This is mostly here for pages that can receive &lt;a href=&#34;https://indieweb.org/webmention&#34;&gt;Webmentions&lt;/a&gt; and the &lt;a href=&#34;https://fed.brid.gy&#34;&gt;Bridgy Fed&lt;/a&gt; service.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fediverse&#34;&gt;Fediverse&lt;/h2&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@Mofumatic&#34;&gt;&#xA; https://sakurajima.moe/@Mofumatic&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@anianimalsmoe&#34;&gt;&#xA; https://sakurajima.moe/@anianimalsmoe&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://mathstodon.xyz/@tao&#34;&gt;&#xA; https://mathstodon.xyz/@tao&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@chikorita157&#34;&gt;&#xA; https://sakurajima.moe/@chikorita157&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://misskey.io/@CAP_Tw&#34;&gt;&#xA; https://misskey.io/@CAP_Tw&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://misskey.io/@meeeeeeco&#34;&gt;&#xA; https://misskey.io/@meeeeeeco&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://sakurajima.moe/@sakurajima&#34;&gt;&#xA; https://sakurajima.moe/@sakurajima&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://mi.shiromaru.work/@ovoip&#34;&gt;&#xA; https://mi.shiromaru.work/@ovoip&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://floss.social/@kde&#34;&gt;&#xA; https://floss.social/@kde&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;bluesky&#34;&gt;Bluesky&lt;/h2&gt;&#xA;&lt;p&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://bsky.app/profile/mofu.run&#34;&gt;&#xA; https://bsky.app/profile/mofu.run&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;follow-card&#34;&gt;&#xA; &lt;a class=&#34;follow-target u-follow-of&#34; href=&#34;https://bsky.app/profile/anew.social&#34;&gt;&#xA; https://bsky.app/profile/anew.social&#xA; &lt;/a&gt;&#xA;&#xA; &lt;time class=&#34;follow-date dt-published&#34; datetime=&#34;2025-12-03T00:00:00Z&#34;&gt;&#xA; 2025-12-03&#xA; &lt;/time&gt;&#xA;&lt;/div&gt;&#xA;&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Learn more about the &lt;a href=&#34;https://indieweb.org&#34;&gt;Indieweb&lt;/a&gt;&lt;/p&gt;</description>
</item>
</channel>
</rss>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage