This is the soruce code for the DataOlympia Research Foundation website, built using the mkdocs-material framework with a few other plugins.
python3 -m venv env
source env/bin/activate
pip install mkdocs-material
pip install mkdocs-awesome-pages-plugin
source env/bin/activate
mkdocs serve