Hacker News new | ask | show | jobs
by cryptos 1574 days ago
The template engine is not so awesome (it is the Go template engine, really awkward!). Another thing that is really not awesome is that Hugo doesn't use semantic versioning, so that you don't have any idea whether the new version will break your project or not.
1 comments

Once a Hugo update broke my website. So what I did was to take the latest version of the binary, and chugged it in the repo with the site code. Now I just never update.

Also helps with the urge to tweak things instead of writing (not that I write much anyways).