pnbp

a terrible but reliable site builder
Log | Files | Refs | README

README.md (629B)


      1 pnbp
      2 ====
      3 
      4 pnbp is a simple, scriptable and extendable platform to generate static websites with simple configuration and dynamic content.
      5 
      6 I can't possibly use someone elses software for static website generation, so I made my own.
      7 
      8 #Installing
      9 
     10 ##Dependencies:
     11 
     12 * Python 2.x
     13 
     14 * pyyaml (`pip install pyyaml`)
     15 
     16 ##How to install
     17 
     18 ```bash
     19 # Clone the repository
     20 $ git clone https://github.com/bannana/pnbp.git
     21   
     22 $ cd pnbp
     23 # Install pnbp
     24 $ sudo make install
     25 ```
     26 
     27 #Basic usage
     28 
     29 To set up a basic site, run `build -i`
     30 
     31 For information regarding configration documentation, please refer to the [documentation](http://pnbp.nanner.co).