Webgen.py

Wednesday, 05 November 2008

Webgen.py is a static website generator. It is written in Python and the source is Free and Open Source. You can download the source code from github.

Features

Installation

$ git clone git://github.com/btbytes/webgen.py.git

Usage

  • Set author name, baseurl and output directory options in config.py
  • Run $python webgen.py

Customisation

Make layout customisations in template.html. Refer to YUI Grid documentation to understand the grid layout. Grid builder is handy to create layouts visually.

Instances of webgen.py usage