This is the official courseware slide-generating framework for the GitHub Training Team's Training Kit.
The majority of the site materials are written in Markdown, a lightweight markup language supported in the GitHub web application user interface. There is a syntax guide to the original Markdown format and also GitHub Flavored Markdown. This repository is based on Hydeslides. That project offers additional information on the file and directory structure.
The build of this repository is fully automated through several shell scripts. To perform a build of the materials identical to that of our continuous integration server, from the top directory of this project, run ./_buildscripts/cibuild
and then inspect the output in the _site
directory.
The _buildscripts/makerelease
script produces a zip bundle for offline use of these materials. Pre-built releases are available at https://github.com/github/training-kit/releases