Comment on From Gatsby gridlock to Astro bliss: my personal site redesignparentComments−indigodaddy1yNice summary! Any guides you’d suggest for someone new to all of this, in terms of getting a simple blog set up with Astro?−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
Nice summary! Any guides you’d suggest for someone new to all of this, in terms of getting a simple blog set up with Astro?
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/