Back to Blog

My First Blog Post

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

  1. Installing Astro: First, I created a new Astro project and set up my online accounts.

  2. Making Pages: I then learned how to make pages creating new .astro files and place them in the src/pages/ folder.

  3. 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.