github.com/projectcontour/contour@v1.28.2/site/README.md (about) 1 # Website for Contour 2 3 ##### Prerequisites 4 5 * [Hugo](https://github.com/gohugoio/hugo) 6 * macOS: `brew install hugo` 7 * Windows: `choco install hugo-extended -confirm` 8 9 #### Build 10 11 ```bash 12 hugo server --disableFastRender 13 ``` 14 15 #### Serve 16 17 Serve site at http://localhost:1313