This directory contains the source of the cdk8s.io website.
You'll need to install hugo locally.
Then run this to start a local server:
cd website
hugo server
Open your browser at http://localhost:1313/ and you should see the website. Any changes will be applied automatically (magic!).
The content of the front page is maintained under website/config.yaml
.
You'll see the various sections, and some commentary from the theme authors on where images are loaded from.
Sections can be removed by simply omitting their sectionN
key from config.yaml
.
That's it.