~/blog/getting-started-with-astro.md

Getting Started with Astro

Astro is an excellent choice for building fast, content-focused websites. Here’s why I chose it for my site.

Key Benefits

  1. Performance - Static by default, zero JS shipped unless needed
  2. Developer Experience - Great TypeScript support and file-based routing
  3. Flexibility - Use any UI framework for interactive components

This blog is built entirely with Astro’s Content Collections feature.