Website for the FruitNanny project. The website is hosted via GitHub Pages.
The website is build with mkdocs. Install the following Python dependencies, preferably in a virtual environment.
pip install \
mkdocs \
mkdocs-material \
mkdocs-git-revision-date-localized-plugin
The static Debian repository is built with reprepro.
sudo apt install reprepro
GitHub Pages for organization pages has the restriction that the page is
deployed directly from the content of the master
branch. For that reason,
the main branch is source
. The compiled website is pushed to the master
branch which has a completely history.
make publish