~/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
- Performance - Static by default, zero JS shipped unless needed
- Developer Experience - Great TypeScript support and file-based routing
- Flexibility - Use any UI framework for interactive components
This blog is built entirely with Astro’s Content Collections feature.