How to install stasi
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install stasi
Lastest release
Stasi
Stasi is a static site generator meant to be very flexible in how you can generate content.
Current status
This project has ALPHA status. I have used it myself for a while and it is usable but there is basically no documentation and progress is slow.
Features
- Uses AsciiDoc for generation HTML by default.
- Supports all kinds of static input, including finished HTML.
- Instead of putting a file in the source directory you can have put a program/script of your choice there that generates the content.
- Uses the Mako template library by default
- Can use inotify to regenerate site automatically when a source file is updated.
News
0.1a1
2010-11-06
- Initial public release