commit 794eef3c4fdc7210fd1cab8d34272b7edc4b94cf
parent c5f22a241eccfc3c4129e2d9bc075971630e36c4
Author: Andrew Laack <andrew@laack.co>
Date: Tue, 28 Apr 2026 23:00:23 -0500
Add back gemini rss
Diffstat:
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/posts/gemini/index.gmi b/posts/gemini/index.gmi
@@ -1,6 +1,6 @@
# Andrew's Blog
-=> https://blog.laack.co/feed.xml
+=> gemini://blog.laack.co/feed.xml
=> easily-hostable-protocols-over-applications.gmi easily-hostable-protocols-over-applications 2026/04/25
=> config-files-suck.gmi config-files-suck 2025/11/19
diff --git a/posts/site/feed.xml b/posts/site/feed.xml
@@ -7,7 +7,7 @@
<language>en-us</language>
<managingEditor>andrew@laack.co</managingEditor>
<webMaster>andrew@laack.co</webMaster>
-<lastBuildDate>Tue, 28 Apr 2026 02:27:40 -0500</lastBuildDate>
+<lastBuildDate>Tue, 28 Apr 2026 23:00:11 -0500</lastBuildDate>
<atom:link href="https://blog.laack.co/feed.xml" rel="self" type="application/rss+xml"/>
<item>
<title><![CDATA[Easily Hostable Protocols Over Applications]]></title>
diff --git a/scripts/convert.sh b/scripts/convert.sh
@@ -12,6 +12,7 @@ rm -f posts/site/*.html
INDEX_FILE="posts/site/index.html"
GEMINI_INDEX_FILE="posts/gemini/index.gmi"
RSS_FILE="posts/site/feed.xml"
+GEMINI_RSS_FILE="posts/gemini/feed.xml"
# TODO: Should this be an rss over gemini?
cat > "$GEMINI_INDEX_FILE" <<EOF