2017-10-30 21:19:07 +01:00
|
|
|
# Ciclostile
|
|
|
|
|
2017-11-18 16:11:40 +01:00
|
|
|
Static web site generator.
|
2017-10-30 21:19:07 +01:00
|
|
|
|
2017-11-18 16:11:40 +01:00
|
|
|
## Install
|
2017-10-30 21:19:07 +01:00
|
|
|
|
2017-11-18 16:11:40 +01:00
|
|
|
Ciclostile requires Python 3.3+.
|
2017-11-17 10:42:46 +01:00
|
|
|
|
2017-11-18 16:11:40 +01:00
|
|
|
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
|
|
|
|
|
|
|
|
A `test.html` file will appear inside the `target` folder.
|