Testing things in Astro.js
Had to start off with some cleanup after MAI-Code-Flash, since it had previously added some css to make the background of the whole website slightly too big, which caused a scrollbar to appear at the bottom. Learned how to structure a blog page that shows all new posts dynamically by using markdown files and collections in Astro.js, where the blog posts are stored inside a content/blog folder.