๐พ Archived View for station.martinrue.com โบ ser โบ 16bd5dcc774a4602a430c616354c186e captured on 2024-05-12 at 17:05:43. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2023-04-20)
-=-=-=-=-=-=-
Is there a static gemini blogger that takes a directory of gmi, extracts (say) the title and first paragraph, and generates an index? Something more than a page of links, and less than munging all of the blog entries together into one file.
2 years ago ยท ๐ know
What @marginalia said. Or my version: gemini://synthe.ist/genindex.sh ยท 2 years ago
gemini://synthe.ist/genindex.sh
for f in *.gmi; do <$f head -n 4 | sed 's/^#/##/g'; echo "=>$f"; done ยท 2 years ago