Ask HN: Minimal static site builder?
I have very basic needs. Just want to make a couple clean-looking webpages.
There are hundreds of static site generators that all require dozens of dependencies. But all I need are some flat-files or a minimal command-line app to help. Then I’ll fill in some HTML the old-fashioned way, or maybe write something up in Markdown and have it magically look nice in HTML. (I can play with the styles, I don’t care about that aspect. I just want it to have a clean structure.)
Any suggestions?
5 comments
[ 3.0 ms ] story [ 23.1 ms ] threadGutenberg, written in Rust, static binary, 6 megs [2]
Hugo, written in Go, static binary, 6 megs [3]
[1] https://hastysite.h3rald.com
[2] https://github.com/Keats/gutenberg
[3] https://github.com/gohugoio/hugo
Back in the days I used blosxom to create static pages (a tool older than some users here, probably), but alas, now that Perl doesn't have CGI.pm in its standard library anymore, it wouldn't be dependency-free…
[4] http://blosxom.sourceforge.net/documentation/users/configure...
Yeah, now that I think of it, I do remember using Blosxom on my own web server a long, long time ago.