pageit

pageit: static html generator


Keywords
static, website, generator
License
MIT
Install
pip install pageit==0.2.3

Documentation

pageit: a static html generator build-status

pageit is a python tool for generating static website using Mako Templates similar to Jekyll and Hyde.

Quick Links

Getting Started

  1. Install the package:
$ pip install pageit
  1. Create a directory called site where you will put your html files:
$ mkdir site
$ cd site
  1. Run pageit to generate the html files:
$ pageit
  • Directories with names that end with .mako will be ignored. This is a good way to prevent your mako layouts from getting rendered.
  • Files that end with .mako will be rendered using mako; the generated file will have the .mako extension removed.

Contribute

If you want to play around with the latest code, start by cloning the repository, installing the dependencies, and building using Paver:

$ git clone git://github.com/metaist/pageit.git
$ pip install -r requirements.txt --use-mirrors
$ paver test

License

Licensed under the MIT License.