Personal website and blog built with Hugo.
brew install hugohugo serverhugo new content content/posts/my-post.mdEdit the generated file, set title and date in the frontmatter, then write your content in Markdown.
hugo --minifyOutput goes to public/.
Hosted on Cloudflare Pages. Pushes to hugo branch trigger automatic builds.
Build command: hugo --minify
Build output directory: public
Environment variable: HUGO_VERSION = 0.157.0