@grufwub@notbird.site I'm writing yet another static site generator (because all the others suck :P)
it's written in nodejs, rendering to clean static html, with some really cool stuff, like using MDX to allow writing jsx inside your markdown content, perfect for stuff like math rendering, code block syntax highlighting etc.
also a 'modern' setup with jsx templates and postcss stylesheet bundling.
There's some more documentation on https://shayu.it but that's already quite outdated as it's still in heavy development before it's first release soon(tm)
oh and my new site https://cthu.lu was made with it too