๐Ÿ’พ Archived View for station.martinrue.com โ€บ half_elf_monk โ€บ 6de3c9e0c83845debc911b61dadd2c0c captured on 2024-05-12 at 16:22:41. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2024-05-10)

โžก๏ธ Next capture (2024-06-16)

๐Ÿšง View Differences

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

๐Ÿ‘ฝ half_elf_monk

Is there some kind of static-site generator for gemlogs? Or not the software itself, but a standard set of style guides for things like "this will make your gemlog more easily navigable by adding the appropriate links to the ends of documents, collecting an index, dating files properly, and adding tags iff wanted? Or is that against the spirit of the protocol, and I should continue using the bash scripts I've cobbled together towards that purpose?

1 month ago ยท ๐Ÿ‘ omegastag

Actions

๐Ÿ‘‹ Join Station

4 Replies

๐Ÿ‘ฝ istvan

I have everything done locally. When Iโ€™m happy i just commit it with git and push to server, then post-receive script deploys it to the server directory and everything runs happily. ยท 1 month ago

๐Ÿ‘ฝ m0xee

Like others said, there is no standard, but there are a few programs that simplify things. I use gssg: https://git.sr.ht/~gsthnz/gssg

It isn't very flexible, e.g. I'd like to add a link to previous page to the top of the page of gemlog entry, but I can only add it to the bottom โ€” but it gets the job done: it generates the pages for entries, the index and even the feed (optionally). I could even modify it to achieve the result I want โ€” Go makes it relatively easy, but I'm just lazy ๐Ÿ˜… ยท 1 month ago

https://git.sr.ht/~gsthnz/gssg

๐Ÿ‘ฝ gritty

yep, no "suggested standard". find something you like, copy and modify ยท 1 month ago

๐Ÿ‘ฝ breakfast_champion

Look up "awesome gemini" for a long list of Gemini related software, including some gemlog programs.

I wouldn't worry about doing something against the spirit of Gemini. But the place is really DIY. If you want appropriate links, indexes, proper file dates, tags, and so on, you should probably do it yourself. And it's more fun that way. ยท 1 month ago