From d1629897607ff667ad96b6bb23fa3c6d05e40585 Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Wed, 18 Feb 2026 21:08:07 +0000 Subject: [PATCH] feat(blog): added first blog post --- src/content/posts/myExperiencesWithAstro.md | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/content/posts/myExperiencesWithAstro.md diff --git a/src/content/posts/myExperiencesWithAstro.md b/src/content/posts/myExperiencesWithAstro.md new file mode 100644 index 0000000..82488fa --- /dev/null +++ b/src/content/posts/myExperiencesWithAstro.md @@ -0,0 +1,27 @@ +--- +title: "My experiences with Astro" +description: "" +pubDate: "18 Feb 2026 21:07" +--- + + + + # What is Astro? +Astro is a static site generator that allows you to combine components together to quickly put together a website. It's somewhat similar to something like React, but instead of having the bloat of all the javascript it generates, Astro outputs a static HTML website. The only javascript it includes is what you write in `