Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 598 Bytes

README.rst

File metadata and controls

27 lines (16 loc) · 598 Bytes

cathedralcafes

Cathedral Cafes is a basically a fancy Python blog app built on the Nikola static site generator.

Installation

Clone the git repository into a directory of your choice:

$ git clone https://github.com/noisyboiler/cathedralcafes.git

Set up a virtualenv for the project:

$ virtualenv /path/to/your/envs/cathedralcafes
$ source /path/to/your/envs/cathedralcafes/bin/activate

Install cathedralcafes:

$ cd cathedralcafes
$ pip install -r requirements.txt

Build the project:

nikola build