This directory contains a Hugo web site.
Add content by adding Markdown files to directories in ./content.
Update layouts for each content type in ./layouts.
Configuration is set in config.toml.
To set up a local dev environment make sure you have Hugo Extended and npm installed, then run the following:
git clone git@github.com:observe-k8s/observe-k8s.github.io.git
cd observe-k8s.github.io
git submodule update --init --recursive
npm install
You can then run the site using hugo server
.