Building a Blog with Astro

October 28, 2025

Today I learned how to set up a static site generator called Astro. It's amazing because it lets me write blog posts in simple files and it builds everything for me.

No database, no complicated backend—just files and code. It feels clean and minimal, which is exactly what I wanted.

Next step: deploying this to Netlify!