Go to file
uid 7d11a91627 Preview and save 2018-02-23 15:35:15 +01:00
example Support multiple templates 2017-11-17 15:08:02 +01:00
src Preview and save 2018-02-23 15:35:15 +01:00
README.md Preview and save 2018-02-23 15:35:15 +01:00
setup.py Preview and save 2018-02-23 15:35:15 +01: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.