Heith Seewald - 2016-01-14

Bootstrapping pelican
~$ virtualenv allura-site
~$ pip install pelican markdown
Working on site
~$ cd _src
~$ RELATIVE=1 make regenerate # only use RELATIVE for local dev
Then open the html files directly, or run a little server with:

~$ make serve # serve generated site at http://localhost:8000
When changes are looking good - commit them (including generated files).