Jiangrong's Experience Learning Astro
Hello World
This is my first blog post built with Astro.
I learned that Astro is great for static sites, because it ships zero JavaScript by default.
Also, It uses a component-based architecture which makes it easy to reuse code like Headers and Footers.
What I did
- Set up the project using npm.
- Customized the components.
- Added View Transitions for smooth navigation.
- Changed GitHub links to point to this very repository.