My First Blog Post
This is the first post of my new Astro blog.
Welcome to my new blog about learning Astro! Here, I will share my learning journey as I build a new website.
This journey has been both exciting and challenging. I’m documenting everything here so others can learn from my experience.
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 by creating new
.astrofiles and placing them in thesrc/pages/folder.
- Making Blog Posts: This is my first blog post! I now have Astro pages and Markdown posts!
What’s next
The most important thing I’ve learned so far is that consistency is key. Building a little bit every day is better than trying to do everything at once.
Technical Challenges
One of the biggest hurdles was understanding how Astro’s component system works compared to React or Vue. The .astro file format took some getting used to.
Setting up the development environment was another challenge. Getting all the dependencies to play nicely together required some troubleshooting.