forked from unit/ciclostile
24 lines
332 B
Markdown
24 lines
332 B
Markdown
# 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.
|