Skip to content

fruitnanny/fruitnanny.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FruitNanny Website

Website for the FruitNanny project. The website is hosted via GitHub Pages.

Installation

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

Publishing

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

References