Hacker News new | ask | show | jobs
by hiAndrewQuinn 639 days ago
Hugo! Compiles Markdown down to a stack of static HTML files, with a ton of flexibility. Currently i have it powering https://andrew-quinn.me/ , https://hiandrewquinn.github.io/til-site/ , and https://hiandrewquinn.github.io/selkouutiset-archive/ , all of which serve different niche purposes.

As for hosting, hosting HTML pages is super easy. The lowest effort for Hugo is GitHub Pages. Netlify is another solid option. https://andrew-quinn.me/ runs on Azure Static Web Apps, but that might take more cloud familiarity than you want to invest in. Or you could just run `hugo` and SCP the resulting directory to a VM!