Overview
Stango is a Pythonic static web site generator that feels like a web framework.
User defined view functions generate the content to pages (e.g. using Jinja2 templates or any other means). During development, the pages are served locally using a built-in web server with all URLs working. When they site is ready, it is rendered to flat files and can be pushed to a production server.
Development
The Stango source repository is hosted at GitHub.
- Browse source online
To check out the latest source:
git clone git://github.com/akheron/stango.git