My First Blog Post
Welcome to my new blog about learning Astro! Here, I will share my learning journey as I build a new website.
What I’ve accomplished
-
Installing Astro: First, I created a new Astro project and set up my online accounts.
-
Making Pages: I then learned how to make pages creating new
.astrofiles and place them in thesrc/pages/folder. -
Using Layouts: This is my first post using my new blog layout, which is shared across all of my blog posts.
What’s next
I will finish the Astro tutorial, and then maybe try some advanced tutorials like dynamic routing.