First post on this blog, built with Hugo and the PaperMod theme, hosted on GitHub Pages.

To add a new post:

hugo new content posts/my-new-post.md
hugo server -D   # preview at http://localhost:1313

Set draft = false in the front matter and push to main — GitHub Actions builds and deploys the site automatically.