Hello, world

· 1 min read

This is the sample page — proof that the pipeline works end to end: Hugo builds the site from Markdown, GitHub Actions runs the build on every push, and GitHub Pages serves the result.

What’s set up

Adding a post

hugo new content posts/my-next-post.md

Write, then push. That’s the whole loop.