Tinkerer based bakery
Requirements
Installation
To install the requirements for tinkerer, use virtualenv and pip:
cd /path/to/bakery
virtualenv env
. env/bin/activate
pip install -r requirements.txtUsage
Clone this repo and run the following command in the project folder:
tinker --buildAdding an article
- Create a directory for the month and day you are publishing on if one does not already exist.
- Create the file for your post including metadata at the bottom.
- Update
master.rstto include your new post.