Hello World — First Blog Post
1 min
blog
nextjs
Hello World — First Blog Post
Welcome to my personal blog. This is the first post — a simple example showing how content is structured.
How do I add content?
Each post lives in a folder under content/posts/en/ with two files:
meta.json for SEO metadata and body.html for the article body.
Why HTML?
Full control over structure, links, and images — no backend or CMS required. Just commit to git and deploy.
Minimal design, focus on writing — no navbar, no distractions.
For SEO details, read docs/SEO_GUIDE.md.