summaryrefslogtreecommitdiff
path: root/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'const.py')
-rw-r--r--const.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/const.py b/const.py
new file mode 100644
index 0000000..07eeef6
--- /dev/null
+++ b/const.py
@@ -0,0 +1,7 @@
+site_index = "https://davidovski.xyz/"
+images = "images"
+date_format = "%a, %d %b %Y %H:%M:%S"
+source = "src"
+templates = "templates"
+dist = "html"
+summary_max = 10