This is a work in progress. This example is used to evaluate Pelican static site generator to power Opensource Game Studio home website.
cd pelican
pelican -s pelicanconf.py
cd output
python -m SimpleHTTPServer
The site is served at http://localhost:8000.
cd pelican
pelican -s publishconf.py