Kiwi TCMS website
-----------------

Website is built with [Pelican](https://blog.getpelican.com/). To start hacking
you need:

- Python 3.6
- fork this repository
- `git clone` your fork
- `git checkout source`
- `pip install -r requirements.txt`
- `git checkout -b your_topic_branch_name`

Use `make regenerate` and `make serve` to regenerate your changes and
serve them at http://localhost:8000/ for preview!

Once you are ready submit a pull request against the `source` branch!