My First Blog Post

Published on: Thu Aug 20 03:47:14 PM +01 2026

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 by creating .astro files and placing them in the src/pages/ folder.
  3. Making Blog Posts: This is my first blog post! I now have Astro pages and markdown posts!
  4. using <style> tage: I now can use <sytle> tag to specify scoped styles.
  5. using .css files: I now can use css to specify global styles that i can import in each file.

What’s next

I will finish the Astro tutorial, and then keep adding more posts. Watch this space for more to come.