https://github.com/cakephp/bakery.cakephp.org
The Official CakePHP blog
https://github.com/cakephp/bakery.cakephp.org
Last synced: 7 months ago
JSON representation
The Official CakePHP blog
- Host: GitHub
- URL: https://github.com/cakephp/bakery.cakephp.org
- Owner: cakephp
- Created: 2014-08-24T14:23:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-06-21T03:45:08.000Z (7 months ago)
- Last Synced: 2025-06-21T04:31:15.483Z (7 months ago)
- Language: CSS
- Homepage: http://bakery.cakephp.org
- Size: 3.62 MB
- Stars: 5
- Watchers: 18
- Forks: 150
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tinkerer based bakery
## Requirements
http://tinkerer.me/
## Installation
To install the requirements for tinkerer, use virtualenv and pip:
```bash
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:
```bash
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.
## Deployment
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.