docs: add configuration info
icyphox icyph0x@protonmail.com
Sat, 17 Mar 2018 19:03:48 +0530
1 files changed,
11 insertions(+),
0 deletions(-)
jump to
M
README.md
→
README.md
@@ -17,6 +17,17 @@ $ make.py # at the project directory
``` Rendered HTML will be in `build/` +## Configuration +Not very sophisticated, but basic configuration can be acheived using `config.py` found in the project directory. +Example config: +```python +# config.py +title = '' +author = '' +header = '' +footer = '' +``` + ## Templating Vite uses Jinja2 templating. A basic example would be: ```html