astro/examples/blog
github-actions[bot] 44d0adc000
Version Packages (next) (#280)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-05-29 08:32:29 -05: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 Improve blog template (#217) 2021-05-17 17:45:41 -05: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