@tunardev

~/blog/posts $ cat hello-world.md

back toblog/

Hello World

A first post — kicking off the blog with a simple hello.

Welcome to the blog. This is a markdown-powered post stored in content/blog/.

Why markdown

Posts live in the repo as .md files with frontmatter. No CMS, no database — just git and content.

const stack = ["next.js", "typescript", "markdown"];

What's next

More posts will show up here as they're added. Each file becomes a route at /blog/[slug].