commit 0a053032ee2f74773cf8c18420846ee60a99b5cd
parent 5cc4d1eddc864c8740bfb256d5b80bf9a8b63538
Author: Andrew Laack <andrew@laack.co>
Date: Sun, 26 Apr 2026 03:27:21 -0500
Updated index
Diffstat:
3 files changed, 7 insertions(+), 12 deletions(-)
diff --git a/posts/gemini/index.gmi b/posts/gemini/index.gmi
@@ -2,13 +2,8 @@
=> https://blog.laack.co/feed.xml
-=> config-files-suck.gmi - config-files-suck
-=> 2025/11/19.gmi
-=> you-dont-need-anything.gmi - you-dont-need-anything
-=> 2025/10/17.gmi
-=> stop-collecting-user-data.gmi - stop-collecting-user-data
-=> 2025/10/12.gmi
-=> adnauseum-track-me-not-and-privacy-through-obscurity.gmi - adnauseum-track-me-not-and-privacy-through-obscurity
-=> 2025/10/4.gmi
-=> the-sustainability-of-youtube.gmi - the-sustainability-of-youtube
-=> 2025/9/28.gmi
+=> config-files-suck.gmi config-files-suck 2025/11/19
+=> you-dont-need-anything.gmi you-dont-need-anything 2025/10/17
+=> stop-collecting-user-data.gmi stop-collecting-user-data 2025/10/12
+=> adnauseum-track-me-not-and-privacy-through-obscurity.gmi adnauseum-track-me-not-and-privacy-through-obscurity 2025/10/4
+=> the-sustainability-of-youtube.gmi the-sustainability-of-youtube 2025/9/28
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>Sun, 26 Apr 2026 03:25:40 -0500</lastBuildDate>
+<lastBuildDate>Sun, 26 Apr 2026 03:27:14 -0500</lastBuildDate>
<atom:link href="https://blog.laack.co/feed.xml" rel="self" type="application/rss+xml"/>
<item>
<title><![CDATA[Config Files Suck]]></title>
diff --git a/scripts/convert.sh b/scripts/convert.sh
@@ -80,7 +80,7 @@ sort -r "$TMP_SORT_FILE" | while IFS='|' read -r SORTABLE_DATE DATE FILE; do
printf '<li><a href="%s.html">%s</a> - <em>%s</em></li>\n' "$BASENAME" "$BASENAME" "$DATE" >> "$INDEX_FILE"
- printf '=> %s.gmi %s %s\n' "$BASENAME" - "$BASENAME" "$DATE" >> "$GEMINI_INDEX_FILE"
+ printf '=> %s.gmi %s %s\n' "$BASENAME" "$BASENAME" "$DATE" >> "$GEMINI_INDEX_FILE"
TITLE=$(grep -m1 '^# ' "$FILE" | sed 's/^# //')
[ -z "$TITLE" ] && TITLE="$BASENAME"