Stango

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.

News

More news...

Development

Stango is in early development, and there are no releases available, yet. It is usable, though, as this site is built with Stango. Currently, there's no documentation whatsoever.

The Stango source repository is hosted at GitHub.

Check out the latest source:

git clone git://github.com/akheron/stango.git
Fork me on GitHub