RedHatGov.io is a great open source collection of workshop materials that cover various topics relating to Red Hat's product portfolio.
If you want to build RedHatGov.io right away:
-
You have a working Hugo environment - and probably at the correct version.
- we keep a current working version in the
./bin/
folder
- we keep a current working version in the
-
You have Ruby and the asciidoctor gem installed (yum install asciidoctor or gem install asciidoctor)
$ git clone https://github.com/RedHatGov/redhatgov.github.io
$ cd redhatgov.github.io
$ hugo server
If you have content that you'd like to contribute, check out our contribution guidelines for this project.