A little web page to show kodeaffe's accomplishments. Check https://kodeaffe.github.io to see it live.
The pages are generated with jinja templates. Should you need to regenerate them:
$ pip install -r requirements.txt
to install the dependencies (preferably in a virtualenv).
Then run
$ staticjinja build
to build them.