My POSIX-compliant static website generator's new release of Phraxos is live. Just a bunch of fixes: https://phraxos.caffeine.computer/releases
I love it so much. It's so simple to use. No markdown, no JS, no BS — only HTML.
You tweak one script line to set your website's main title; from there, add page fragments (without the layout) to the `pages` directory. `bin/build `to build it.
Copy the `out` directory contents to your server, and done.
Ah, customize `template.html` as needed.
@caffeine hmm, based on usage of `head` in your code, i think one can replace it with `sed 1q` or `awk 'NR==1'. i dunno why, just for fun.