Hello, world
meta
Welcome to the new site! This is a sample post so you can see how the blog renders. Delete it whenever you’re ready to publish your own writing.
Why I’m writing
I make videos to teach web development, but some ideas land better in writing. This is where I’ll put walkthroughs, notes, and the occasional opinion.
How to add a post
Drop a new Markdown file in src/content/blog/ with frontmatter like the
block at the top of this file:
---
title: 'Your title'
description: 'One-sentence summary for previews and SEO.'
pubDate: 2026-07-10
tags: ['astro', 'tutorial']
---
Set draft: true to keep a post out of the published list while you work on
it. That’s it — save the file and it appears on /blog.