To install the requirements for tinkerer, use virtualenv and pip:
cd /path/to/bakery
virtualenv env
. env/bin/activate
pip install -r requirements.txt
Clone this repo and run the following command in the project folder:
tinker --build
master.rst
to include your new post.The bakery uses a combination of python and nginx buildpacks.
We use the bin/post-compile
hook from the python buildpack to generate the HTML site, and point nginx at the generated content with the NGINX_ROOT=blog/html
application option in dokku.