observe-k8s / observe-k8s.github.io

observe-k8s.io
https://observe-k8s.github.io/
Apache License 2.0
1 stars 0 forks source link

Observe k8s WG Website

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.

Setting up a local dev instance

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.