Experimental / Proof of Concept page to replace the current documentation which is built with GitBook.
This page is built with Hugo in conjunction with the Relearn theme as an experiment to see if it is a viable alternative.
As always clone the repository first and change into it.
Install Hugo, clone this repository and run hugo server
to start a
local server. The server will automatically rebuild the page when you make changes.
To build the page in release mode:
hugo mod vendor
hugo
Then serve the generated public/
directory with the webserver of your choice. Adjust the --baseURL
argument to
hugo
as required.
For more information, please view our Contributing Guidelines.
As this project used the EditorConfig standard, you will have to make sure that your editor supports it. Most modern editors do, but if you are unsure, check the EditorConfig page.
Please read the Relearn theme's documentation for a full guide as well as its Markdown syntax.
This documentation's text is distributed under the terms of the Creative Commons Attribution ShareAlike 4.0 license
(SPDX-indentifer CC-BY-SA
). Please view the LICENSE file for more information.