💾 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

View Raw

More Information

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

My current Gemini rig

../

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.

Writing

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/

Building and proofing

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.

../semantic-line-breaks

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://sr.ht/~adnano/kiln/

https://github.com/mbrubeck/agate

https://bombadillo.colorfield.space/

https://github.com/makeworld-the-better-one/amfora

Hosting

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!

gemini://smol.pub

gemini://srht.site

Aggregation

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.