0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/blog/README.md
2021-05-17 17:45:41 -05:00

334 B

Astro Blog Example

Features:

  • SEO-friendly setup with canonical URLs and OpenGraph data
  • Full Markdown support
  • RSS 2.0 generation
  • Sitemap.xml generation

Setup

yarn

Dev

yarn start

Preview at http://localhost:3000

Build

yarn build

Will output static site at ./dist