18 lines
306 B
Markdown
18 lines
306 B
Markdown
# Website for [Pinniped](https://pinniped.dev/)
|
|
|
|
##### Prerequisites
|
|
|
|
* [Hugo](https://github.com/gohugoio/hugo)
|
|
* macOS: `brew install hugo`
|
|
* Windows: `choco install hugo-extended -confirm`
|
|
|
|
#### Build
|
|
|
|
```bash
|
|
hugo server --disableFastRender
|
|
```
|
|
|
|
#### Serve
|
|
|
|
Serve site at http://localhost:1313
|