726e88ea03
reccommend using install-pinniped-concierge-crds.yaml, then install-pinniped-concierge-resources.yaml. Previously we recommended install-pinniped-concierge-crds (a subset), then install-pinniped-concierge (everything concierge related, including the crds). This works fine for install, but not uninstall. Instead we should use a separate yaml file that contains everything in install-pinniped-concierge but *not* in install-pinniped-concierge-crds. We have been generating this file in CI since a5ced4286b6febc7474b7adee34eeb1b62ec82b7 but we haven't released since then so we haven't been able to recommend its use. |
||
---|---|---|
.. | ||
archetypes | ||
content | ||
redirects | ||
resources/_gen/assets/scss/scss | ||
themes/pinniped | ||
.gitignore | ||
config.yaml | ||
netlify.toml | ||
README.md |
Website for Pinniped
Prerequisites
- Hugo
- macOS:
brew install hugo
- Windows:
choco install hugo-extended -confirm
- macOS:
Build
hugo server --disableFastRender
Serve
Serve site at http://localhost:1313