This repository includes the contents of the Salix Documentation, hosted at docs.salixos.org. It is written in Hugo and uses the Hugo Relearn Theme.
Please use Hugo version 0.123.8 for building this project. Newer versions may not work correctly with the current version of the theme.
Category index pages are created automatically when running make
. Category
header text is in the headers
directory and footer text is in the footers
directory.
The theme is in a git submodule, so if you want to include that in your clone, you should run:
git clone --recursive https://github.com/Salix-OS/gemini.salixos.org.git
In order to update the theme submodule to the latest version, run:
git submodule update --recursive --remote
The public
branch
includes the files that are used for publishing and can be updated by running:
make publish
The public
branch resides inside the public
directory.
You should not update it manually, only by using the above command.
The contents of the public
branch are used by Github pages to show the
actual blog.
The master
branch is the one that should be used for editing the content.