hello

  • meta

This site is a little static-site generator written in Go. Pages are markdown. A lexicon auto-links defined terms across the whole site.

I wanted something with no client-side JavaScript, a real RSS feed, and enough structure to make the wiki-like parts of my notes, project and logs useful.

The generator walks the entire content directory and builds pages, indexes and the lexicon from everything it finds in there. This is most of the functionality I want, but I assume this is going to change a log in the near future. This code is highly specialized, so you probably don’t want to purpose it for yourself :).