← Back to Projects
archived beginner Created

Astro Blog

Blog experiment with Astro static site generator

Astro Blog

Experimented with Astro for building a static blog. Learned about Astro's content collections and static site generation capabilities. This experiment led to adopting Astro for other projects.

Key Features

  • Static site generation
  • Markdown blog posts
  • Fast page loads
  • SEO friendly
  • RSS feed
  • Zero JS by default

Challenges

  • Learning new framework
  • Migration from Vue
  • Content structure design
  • Deployment setup