← Back to Blog
2026-01-28
Hello World (Template Post)
A tiny end-to-end post to prove the blog index, routing, and static export are wired up.
This is a minimal blog post living in code, rendered via a static route.
It exists so we can verify: /blog lists posts, /blog/[slug] renders content, and next export works.
Next step: swap this content layer to Markdown/MDX once the design direction is locked in.