Website for carvel.dev
- Install Hugo
- (Note "hugo extended" is required since this site uses SCSS)
- Prebuilt binaries: https://github.com/gohugoio/hugo/releases
- macOS:
brew install hugo
- Windows:
choco install hugo-extended -confirm
./hack/run.sh
Serve site at http://localhost:1313
themes/carvel/assets/
includes SCSS and imagescontent/
includes content for tool docsdata/
includes configuration for docs TOCs
More details: Directory Structure Explained