Hacker News new | ask | show | jobs
by aguilarm 2277 days ago
I recently re-platformed my personal site onto Hugo, and it's really nice. You can easily use GitHub to host, and posts are in markdown.

Templating is pretty simple and as close to plain html markup as I think you can reasonably get. Outputs flat files that you could put anywhere.

Totally reduced friction to post, no server processes or database to babysit and the binary to build it is one versioned package. I will be able to build it for years without worrying too much. Can't recommend enough.