← Back to blog

Hello, world

June 30, 2026

Welcome to my blog. This first post exists mainly to show how a hand-written HTML post is structured. Just edit this file (or copy it to a new folder) to add your own content.

Why hand-written HTML?

Full control over layout, embeds, and styling without a markdown build step. Use any tag you like — <figure>, <video>, custom React components, whatever.

Adding a new post

  1. Create a folder under app/blog/your-slug/ with a page.tsx.
  2. Add an entry to lib/posts.ts so it appears on the blog index.
Keep it simple, ship it, iterate.