What does HackerNews think of hugo?
The world’s fastest framework for building websites.
https://github.com/gohugoio/hugo
There is a Docker file and some shell scripts, but you build the executable using "go install".
Commonly stated but not actually true. For example:
https://github.com/getzola/zola/blob/master/Cargo.lock
https://github.com/gohugoio/hugo (scroll to the bottom of the README)
Gutenberg, 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...