Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 807 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 807 Bytes

Kubernetes Development Framework (KDF)

This repository is the source code for the website found here:

https://kdf.csco.cloud/

It is a statically generated website using the Hugo Framework, hosted on Github Pages, using LetsEncrypt for dynamically generated SSL certificates.

Development

Use the Makefile to help you develop and publish this website.

# make
submodule                      Initialize and update submodules.
develop                        Start the development webserver
build                          Build the website to ./public
publish                        Build and push the website to ghpages
help                           Print list of Makefile targets