Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 657 Bytes

Readme.md

File metadata and controls

25 lines (16 loc) · 657 Bytes

pipages

GitHub pages like system for managing static websites.

It supports multiple engines for generating websites. The currently supported engines are:

How to use

To build a website:

$ pipages python.org.in --repo git://github.com/pythonindia/python.org.in.git --engine mynt --root /var/www/pipages

GitHub Hooks

The distribution comes with a cgi script that can be configured to receive GitHub post commit hooks and build the website on every change.

TODO: explain how to configure a github hook