💾 Archived View for station.martinrue.com › ser › 16bd5dcc774a4602a430c616354c186e captured on 2023-05-24 at 21:03:43. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-04-20)

➡️ Next capture (2024-05-12)

-=-=-=-=-=-=-

👽 ser

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

Actions

👋 Join Station

2 Replies

👽 syntheist

What @marginalia said. Or my version: gemini://synthe.ist/genindex.sh · 2 years ago

👽 marginalia

for f in *.gmi; do <$f head -n 4 | sed 's/^#/##/g'; echo "=>$f"; done · 2 years ago