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
- Create a folder under
app/blog/your-slug/with apage.tsx. - Add an entry to
lib/posts.tsso it appears on the blog index.
Keep it simple, ship it, iterate.