|
|
|
|
|
by dvko
868 days ago
|
|
Sounds like any static site generator supporting Markdown will do. - Jekyll: the OG, but requires a ruby toolchain. - Hugo: compiles to a single static binary, but you may have to get used to its (Go text/html) templating. - Zola: also compiles to a single static binary, but uses Jinja-like templating. - Gozer [^1]: my own, like Hugo, but 1000x simpler. I rolled my own because I wanted something that didn't move under me in the next 10 years and just because it was fun and easy enough to build. [1]: https://github.com/dannyvankooten/gozer |
|
I'm on my phone now and I can't check what I used to run it but all the details are at https://github.com/envygeeks/jekyll-docker/blob/master/READM...
Then HTMLs can be deployed to the public facing server.