Hello, world

This is my first blog post on the new Astro setup. It’s written in plain markdown.

I can use bold, italic, and links. Headings work the way you’d expect:

A subheading

And so do code blocks:

const greet = (name) => `Hello, ${name}!`;

Lists too:

  • One thing
  • Another thing
  • A third thing

When I save this file and rebuild, this post becomes a page at /blog/hello-world.