This commit is contained in:
Thomas Dedek
2021-02-24 10:49:43 +01:00
parent 5b86e9aee0
commit 67e2620bca
6 changed files with 94 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python3
import codecs
import os
from distutils.dir_util import copy_tree
@@ -9,7 +11,7 @@ from ruamel.yaml import YAML
__location__ = os.path.realpath(os.path.dirname(__file__))
static_folder = os.path.join(__location__, 'static')
content_folder = os.path.join(__location__, 'content')
output_folder = os.path.join(__location__, 'public')
output_folder = os.path.join(__location__, 'dist')
config_file = sys.argv[1]