From daaf7d4350bafc71f25ecde6d03a24b59ed49c50 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 26 Aug 2021 04:15:22 +0100 Subject: initial commit --- const.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 const.py (limited to 'const.py') 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 -- cgit v1.2.1