# redhatgov.github.io **Repository Path**: mirrors_devzero2000/redhatgov.github.io ## Basic Information - **Project Name**: redhatgov.github.io - **Description**: RedHatGov website - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: docs - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RedHatGov.io [![Build Status](https://travis-ci.org/RedHatGov/redhatgov.github.io.svg?branch=docs)](https://travis-ci.org/RedHatGov/redhatgov.github.io) ---- [RedHatGov.io][redhatgov] is a great open source collection of workshop materials that cover various topics relating to Red Hat's product portfolio. ---- ## To start developing If you want to build RedHatGov.io right away: - You have a working [Hugo environment][hugo] - and *probably* at the correct version. - we keep a current working version in the `./bin/` folder - You have Ruby and the asciidoctor gem installed (*gem install asciidoctor*) `$ git clone https://github.com/RedHatGov/redhatgov.github.io` `$ cd redhatgov.github.io` `$ hugo server` ## Contributing If you have content that you'd like to contribute, check out our [contribution guidelines for this project](CONTRIBUTING.md). [redhatgov]: http://redhatgov.io/ [hugo]: https://gohugo.io/overview/introduction/