The sources of the website at http://pinkh4t.com
config.yml: the main configuration file.web/run.py: the front controller, holding most of the code.web/templates/home.html.jinja2: the HTML template.
virtualenv venv
source venv/bin/activate
pip install -r requirements.txtsource venv/bin/activate
python web/run.pyThen, browse localhost:5000.