https://github.com/dinever/crotal
A static site generator (deprecated) :snake:
https://github.com/dinever/crotal
blog python static-site-generator
Last synced: 12 months ago
JSON representation
A static site generator (deprecated) :snake:
- Host: GitHub
- URL: https://github.com/dinever/crotal
- Owner: dinever
- License: gpl-3.0
- Created: 2013-04-23T18:14:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T23:15:36.000Z (over 9 years ago)
- Last Synced: 2024-11-16T01:25:55.591Z (over 1 year ago)
- Topics: blog, python, static-site-generator
- Language: Python
- Homepage: http://crotal.github.io
- Size: 9.89 MB
- Stars: 76
- Watchers: 9
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crotal

[](https://pypi.python.org/pypi/crotal/)
[](https://pypi.python.org/pypi/crotal/)
[](http://www.gnu.org/licenses/gpl-3.0.en.html)
A static site framework. Fast, powerful, and easy as 1, 2, 3.
Homepage: [crotal.github.io](http://crotal.github.io)
PyPI: [pypi.python.org/pypi/crotal](https://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
See [http://crotal.github.io](http://crotal.github.io/docs)
##License
[GPL License](https://github.com/dinever/crotal/blob/master/LICENSE)