This is the first post on my site. It exists mostly as a sanity check that the content pipeline works, and as a placeholder until I have something more interesting to say.
What this site is for
I built this to have a place that’s mine — not a Medium profile, not a Twitter thread, not a Notion doc shared via link. A place where I can write long-form, publish prototypes, and build up a body of work over time.
How to add a post
Create a new .md file in src/content/blog/. The frontmatter looks like this:
---
title: "Your post title"
description: "One sentence summary."
date: 2026-06-01
tags: ["tag1", "tag2"]
draft: false
---
The filename becomes the URL slug. my-post.md → /blog/my-post.
That’s it. More soon.