astro/examples/blog
Matthew Phillips ac43faf85f Release
2021-05-24 16:32:10 -04:00
..
public Improve blog template (#217) 2021-05-17 17:45:41 -05:00
src Improve blog template (#217) 2021-05-17 17:45:41 -05:00
astro.config.mjs Improve blog template (#217) 2021-05-17 17:45:41 -05:00
package.json Release 2021-05-24 16:32:10 -04:00
README.md Improve blog template (#217) 2021-05-17 17:45:41 -05:00

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