Hacker News new | ask | show | jobs
by indigodaddy 623 days ago
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?
1 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/