summaryrefslogtreecommitdiff
path: root/examples/blog/README.md
blob: 2a20654f24d7d04d0d9b50f91bdb319854837847 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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`