Comment on From Gatsby gridlock to Astro bliss: my personal site redesignparentComments−orf1yThe getting started docs[1] are really good, I’d recommend starting there for sure.Basically you just run a few commands and you’ve got a website. Edit the Astro files to put HTML in, don’t worry about any JavaScript.Then try adding a simple “site header” component and using that.1. https://docs.astro.build/en/tutorial/1-setup/2/
Comments
The getting started docs[1] are really good, I’d recommend starting there for sure.
Basically you just run a few commands and you’ve got a website. Edit the Astro files to put HTML in, don’t worry about any JavaScript.
Then try adding a simple “site header” component and using that.
1. https://docs.astro.build/en/tutorial/1-setup/2/