Skip to content

Latest commit

 

History

History
 
 

website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

cdk8s.io

This directory contains the source of the cdk8s.io website.

Development

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!).

Front Page Content

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.