I bought the domain athon.uk
to host a hackathon wiki.
Go to https://github.com/HHEU/hexbin to add stickers
If you want to work on the site locally, you can setup it up by doing the following:
virtualenv -p python3 .venv
source .venv/bin/activate
pip install -r requirements.txt
And then run the development server with:
mkdocs serve