diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-07 22:05:24 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-07 22:05:24 +0300 |
| commit | 0c1370b5f1b3e8abc934ea913a4377f05f32e4a9 (patch) | |
| tree | 64822a223696279b0869417a59a8112a7de5ad66 /freeze.py | |
| parent | 91d00222d692b80a8eb22f0f193479545846ac89 (diff) | |
Initial static build
Diffstat (limited to 'freeze.py')
| -rw-r--r-- | freeze.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ from app import app, BLOG_CONTENT_DIR, WIKI_CONTENT_DIR from os import listdir freezer = Freezer(app) +app.config['FREEZER_DESTINATION'] = 'docs' @freezer.register_generator def blog_post(): |
