aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9ef988c5e1216825c72e33c38b06a5e1752200a4 (plain)
1
2
3
4
5
6
7
8
9
10
# Develop
```bash
git submodule update --remote
hugo server -D
```

# Build
```bash
hugo -D
```