pnbp

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c89f291bfb14558cfe6955e93ce7d3d573a25859
parent 28873a2bb2e4e74dec48823eff31a8faf3ac68b7
Author: Paul Longtine <paullongtine@gmail.com>
Date:   Tue Jul 15 20:44:48 2014

readme.
Diffstat:
 README.md | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,33 @@ +pnbp +==== + +pnbp is a simple, scriptable and extendable platform to generate static websites with simple configuration and dynamic content. + +I can't possibly use someone elses software for static website generation, so I made my own. + +*** + +#Installing + +##Dependencies: + +* Python 2.x + +* pyyaml (`pip install pyyaml`) + +##How to install + + # Clone the repository + $ git clone https://github.com/bannana/pnbp.git + + $ cd pnbp + # Install pnbp + $ sudo sh install.sh + +#Basic usage + +In the directory of a configured site, run the `build` command to generate the site into the `site/` directory. + +To specify the destination directory, pass the path in as an arguement of the `build [path]` command. + +For information regarding configration documentation, please refer to the [documentation](http://pnbp.nanner.co).