Skip to content

Megslalk/bakery.cakephp.org

 
 

Repository files navigation

Tinkerer based bakery

Requirements

http://tinkerer.me/

Installation

To install the requirements for tinkerer, use virtualenv and pip:

cd /path/to/bakery
virtualenv env
. env/bin/activate
pip install -r requirements.txt

Usage

Clone this repo and run the following command in the project folder:

tinker --build

Adding an article

  1. Create a directory for the month and day you are publishing on if one does not already exist.
  2. Create the file for your post including metadata at the bottom.
  3. Update master.rst to include your new post.

About

The Official CakePHP blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.0%
  • JavaScript 31.7%
  • HTML 16.1%
  • Python 3.2%
  • Makefile 1.6%
  • PHP 0.8%
  • Other 0.6%