astro/examples/blog/README.md

31 lines
334 B
Markdown
Raw Normal View History

# Astro Blog Example
2021-05-17 22:45:41 +00:00
Features:
- ✅ SEO-friendly setup with canonical URLs and OpenGraph data
- ✅ Full Markdown support
- ✅ RSS 2.0 generation
- ✅ Sitemap.xml generation
## Setup
```
2021-05-17 22:45:41 +00:00
yarn
```
## Dev
```
2021-05-17 22:45:41 +00:00
yarn start
```
Preview at `http://localhost:3000`
## Build
```
2021-05-17 22:45:41 +00:00
yarn build
```
Will output static site at `./dist`