ContainerImage.Pinniped/site/README.md

18 lines
306 B
Markdown
Raw Normal View History

2020-11-06 22:42:57 +00:00
# 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