astro/examples/blog
2021-06-01 09:57:12 -06:00
..
public Improve blog template (#217) 2021-05-17 17:45:41 -05:00
src Create astro fixes (#267) 2021-05-28 10:06:22 -06:00
astro.config.mjs Change astroRoot to pages (#277) 2021-06-01 09:57:12 -06:00
package.json Version Packages (next) (#280) 2021-05-29 08:32:29 -05: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