Chapter 10
Contributing
This documentation website is built with the hugo static website generator. Content of the pages is written in markdown.
The repository is hosted on JuGit. The project visibility is currently set to private.
Setup
After cloning the repository, you need to obtain the website theme. The theme has been added as a git submodule.
git submodiule init
git submodule update
To build the site locally and output a URL to open in a browser to test it, run:
hugo server
Content
The page sources are organized into folders under the content\
directory, corresponding to “chapters”.
See Hugo relearn theme for tips on available formatting features.