Skip to content

cloudnative-amsterdam/public-website

Repository files navigation

Cloud Native Day Amsterdam 2019 website

Build Status

Please join the #nl-users on Kubernetes slack (free invite on slack.k8s.io)

Contributing

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