PresidioWorkshops.com is an open source collection of workshop materials relating to Cloud, Kubernetes, and DevOps.
If you want to build the site locally:
-
Setup a local Hugo environment.
-
Install Ruby and the
asciidoctor
gem (gem install asciidoctor). -
Clone and run
hugo
:$ git clone [email protected]:presidioworkshops/presidioworkshops.github.io.git
$ cd presidioworkshops.github.io
$ hugo server
If you have content that you'd like to contribute, check out our contribution guidelines for this project.