Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-21 | Makefile: use mkdocs --quiet | Jakob Unterwurzacher | |
I want to run this from cron, and I want to avoid getting and email every time. | |||
2018-01-31 | Drop "git pull" from the Makefile | Jakob Unterwurzacher | |
Technically has nothing to do with building, and fails and aborts the build if you don't have a tracking branch. | |||
2017-12-16 | Makefile: force C.UTF-8 locale | Jakob Unterwurzacher | |
Fixes a Click / Python3 problem: RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment. Either switch to Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps. | |||
2017-09-17 | Add htaccess redirects and tests | Jakob Unterwurzacher | |
2017-09-16 | Makefile: add "clean" target | Jakob Unterwurzacher | |
2015-12-20 | Add Makefile for builing the site | Jakob Unterwurzacher | |