MUGMARP
/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

  1. Edit lib/site-data.ts and add a blogPosts array with slug, title, date, excerpt, and body fields.
  2. Or — better — replace this with a Markdown-based loader (Contentlayer / MDX / a posts directory + gray-matter).
  3. The list and the post page at /blog/[slug] will render the new content automatically.