Please join the #nl-users on Kubernetes slack (free invite on slack.k8s.io)
Fork and clone this repo recursively:
git clone --recursive https://github.com/<github user>/public-website.git
Work in this repo with Hugo hugo serve
, when done:
hugo generates the assets in ./public
#push the main repo
git push -f
#push the gh-repo branch
git push origin `git subtree split --prefix public master`:gh-pages --force