This site is using Hugo as a static site generator.

Installing some Ruby thingy did not blow up in my face, so I am using the Neocities CLI: Deploying your site to Neocities

To serve locally and preview:

hugo server

Run Hugo to build to public.

hugo

Then push to Neocities with CLI. Easiest to just cd to public and noeocities push .

neocities push .

Go rooting around in themes/jane/exampleSite to see examples.

Here is a Markdown reference.

I fiddled directly with a couple theme bits to remove the rss feed, probably inadvisable. Restore later. https://github.com/xianmin/hugo-theme-jane/issues/361