All blog posts
page 3
Working with Astro over something like wordpress has made it fun to build websites again.
Astro is a JavaScript framework for building super fast content driven websites, I used it to build the one you're reading right now. Astro is incredibly flexible, and also very easy to use. In it's most basic form, it can display content from Markdown and Markdown X files. However, it also has integrations for all the popular CMS platforms, it can act as a front end for a variety of headless CMS systems. I'm using it with Frontmatter CMS which is a VSCode plugin which manages all the images, text, tags and categories for my Astro site and in a ...