/blog
Writing
Long-form posts on what I'm building and learning. Sparse and intentional — no schedule.
Coming soon
No posts yet
This page is wired up. When you publish your first post, it will appear here automatically.
How posts get added
- Edit
lib/site-data.tsand add ablogPostsarray withslug,title,date,excerpt, andbodyfields. - Or — better — replace this with a Markdown-based loader (Contentlayer / MDX / a posts directory +
gray-matter). - The list and the post page at
/blog/[slug]will render the new content automatically.