ciclostile/README.md

24 lines
332 B
Markdown
Raw Permalink Normal View History

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
2018-02-22 16:43:12 +01:00
ciclostile_render
2017-11-18 16:11:40 +01:00
A `test.html` file will appear inside the `target` folder.