💾 Archived View for gemini.rfmpie.com › posts › current-rig-dec-2021 captured on 2022-03-01 at 15:28:01. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
I'm still a Gemini newbie, so I can't speak with any wisdom about which tools to recommend here (other than Neovim). This post is mainly for my own future retrospective.
My $EDITOR is Neovim. For writing prose, I use the goyo.vim plugin. For gemtext syntax highlighting, I recently installed gemini.vim, and it seems to fit the bill.
https://github.com/junegunn/goyo.vim
https://sr.ht/~torresjrjr/gemini.vim/
I currently use the Kiln static site generator. Because I like writing with semantic line breaks, I run my own little post-processor on Kiln's output.
https://git.sr.ht/~rfmpie/semjoin
I use Agate to serve Kiln's build output locally before I push changes. The following invocation starts it up (Makefile syntax):
agate --hostname localhost --content $(OUTPUT_DIR)
I alternate between Bombadillo and Amfora as my local Gemini client. After starting Agate, `amfora localhost` loads up my capsule.
https://github.com/mbrubeck/agate
https://bombadillo.colorfield.space/
https://github.com/makeworld-the-better-one/amfora
I was using Smol Pub to get started, and now I'm trying Sourcehut Pages for a little more control over what I'm able to present. From my limited use so far, I'd say both are great options!
I want to start aggregating my own collection of feeds, but I haven't found the right tool for this job yet. More to come.