diff options
author | davidovski <david@sendula.com> | 2021-08-26 04:15:22 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-08-26 04:15:22 +0100 |
commit | daaf7d4350bafc71f25ecde6d03a24b59ed49c50 (patch) | |
tree | d5fb9fe514eb04277eeb25bc000c311fef156bc4 /const.py |
initial commit
Diffstat (limited to 'const.py')
-rw-r--r-- | const.py | 7 |
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 |