Go to file
subnixr 36ac6b8a80 web: add list api 2018-04-24 17:57:17 +02:00
build Refactor lib, add cli 2018-04-07 04:17:49 +02:00
example Refactor lib, add cli 2018-04-07 04:17:49 +02:00
src web: add list api 2018-04-24 17:57:17 +02:00
.gitignore web: add list api 2018-04-24 17:57:17 +02:00
README.md Preview and save 2018-02-23 15:35:15 +01:00
setup.py web: add list api 2018-04-24 17:57:17 +02:00

README.md

Ciclostile

Static web site generator.

Install

Ciclostile requires Python 3.3+.

Just run:

pip install .

Example

The example folder contains a ready to use basic project.

To build the example run:

cd example
mkdir target
ciclostile_render

A test.html file will appear inside the target folder.