psh
A simple static site generator for markdown notes, currently powering psh.cx
It renders markdown notes using goldmarks
and
adds a navbar for incoming [[wikilinks]]
for each note.
The title used for the navbar is the first #Header
found.
This is used to serve notes created with zk.
The index page is generated based on ALL available pages
Usage
go install git.sr.ht/~a73x/psh@latest
psh -in ./path/to/markdown -out ./path/for/html
By default this will generate all content into a folder public
in the $(pwd)