An open API service indexing awesome lists of open source software.

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:

Awesome Lists containing this project

README

          

# Crotal

![logo](/docs/crotal.png)

[![version](https://img.shields.io/pypi/v/crotal.svg?label=version)](https://pypi.python.org/pypi/crotal/)
[![supported](https://img.shields.io/pypi/pyversions/crotal.svg)](https://pypi.python.org/pypi/crotal/)
[![license](https://img.shields.io/pypi/l/crotal.svg)](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)

![Crotal Usage](/docs/usage.gif)

##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)