This repository contains a small MkDocs site for the Data Science Unit using the Material theme.
mkdocs.yml: site configurationcontent/: markdown source filesdocs/: built static site output for GitHub Pages
This project is configured so that MkDocs reads from content/ and writes the generated site into docs/.
That works well when GitHub Pages is configured to publish from the main branch and the /docs folder.
Install the dependencies and build the site:
python3 -m venv .venv
.venv/bin/pip install .
.venv/bin/mkdocs buildThen commit the generated files in docs/ so GitHub Pages can serve them.
If you prefer, requirements.txt is also included for a lightweight install path.
content/index.mdcontent/showroom.mdcontent/contact.md