This is the first post. To write a new one, drop a markdown file in content/posts/ with a front matter block at the top — that’s the entire publishing workflow.

hugo new posts/my-next-post.md

Or just create the file by hand:

---
title: "My next post"
date: 2026-05-01
---

Post body in markdown.

Push to GitHub and Cloudflare Pages will rebuild and deploy automatically.