Crotal
A static site framework. Fast, powerful, and easy as 1, 2, 3.
Homepage: crotal.github.io
PyPI: pypi.python.org/pypi/crotal
##Installation
via pip:
$ (sudo) pip install crotal
via github:
$ git clone https://github.com/dinever/crotal.git
$ cd crotal
$ (sudo) python setup.py install
##Usage
$ crotal init my_site && cd my_site
$ crotal generate
$ crotal server
Now the website is available at http://localhost:1124.
##Documents
##License