mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
* Add sitemap generation * Update README * Fix index handling, sort sitemap * Add --no-sitemap CLI flag (and config option) |
||
---|---|---|
.. | ||
astro | ||
public | ||
.gitignore | ||
astro.config.mjs | ||
package-lock.json | ||
package.json | ||
README.md |
Astro Blog Example
Setup
npm install
Dev
npm start
Preview at http://localhost:3000
Build
npm build
Will output static site at ./_site