diff options
author | davidovski <david@davidovski.xyz> | 2023-06-13 00:12:02 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-06-13 00:12:02 +0100 |
commit | 1cdffa967eea30a7947fea23e665fc1e68ffbf58 (patch) | |
tree | ecf6a75bb9c9aa530bf5e7cca909c9b8894fd690 /const.py | |
parent | 40a6aabbdb721da1e0b3f0274a1689cccbb3415f (diff) |
use shblg to generate a static site from this repo
Diffstat (limited to 'const.py')
-rw-r--r-- | const.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/const.py b/const.py deleted file mode 100644 index 6903e96..0000000 --- a/const.py +++ /dev/null @@ -1,8 +0,0 @@ -site_index = "https://davidovski.xyz/" -images = "images" -date_format = "%a, %d %b %Y %H:%M:%S" -source = "src" -templates = "templates" -resources = "resources" -dist = "dist" -summary_max = 10 |