Published on: 2022-07-01
Welcome to my new blog about learning Astro! Here, I will share my learning journey as I build a new website.
Installing Astro: First, I created a new Astro project and set up my online accounts.
Making Pages: I then learned how to make pages by creating new .astro
files and placing them in the src/pages/
folder.
Making Blog Posts: This is my first blog post! I now have Astro pages and Markdown posts!
After a successful first week learning Astro, I decided to try some more. I wrote and imported a small component from memory!