You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

400B

Overview

This is a work in progress. This example is used to evaluate Pelican static site generator to power Opensource Game Studio home website.

Usage (internally)

Generate local copy

cd pelican

pelican -s pelicanconf.py

Serve local copy

cd output

python -m SimpleHTTPServer

The site is served at http://localhost:8000.