NIKOLAJ BUHL

My First Blog Post

This is the first post of my new Astro blog.

#test#blogging#writing
The Astro logo on a dark background with a pink glow.

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

  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 by creating new .astro files and placing them in the src/pages/ folder.

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