Blog
← Back to all posts

Hello, World

August 19, 2026

Hello, World

Welcome! This blog is built with the Next.js App Router and Tailwind CSS.

Posts are plain Markdown files in content/posts/. Each one needs a title, a date, and a short summary in its frontmatter — the rest is just Markdown.

Why keep it simple

// lib/posts.ts renders every post at build time
const html = await renderMarkdown(post.content);

That's it — add a new .md file and it shows up on the homepage.