summaryrefslogtreecommitdiff
path: root/const.py
diff options
context:
space:
mode:
authordavidovski <david@sendula.com>2021-08-26 04:15:22 +0100
committerdavidovski <david@sendula.com>2021-08-26 04:15:22 +0100
commitdaaf7d4350bafc71f25ecde6d03a24b59ed49c50 (patch)
treed5fb9fe514eb04277eeb25bc000c311fef156bc4 /const.py
initial commit
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