This commit is contained in:
SG
2025-06-09 23:34:36 +03:00
parent 3348df26e5
commit 2d7f1c1f7d
30 changed files with 1312 additions and 67 deletions

View File

@@ -7,10 +7,7 @@ class Config:
APP_DESCRIPTION = "Simplistic static site generator"
APP_SRC_URL = f"https://git.exocortex.ru/Exocortex/{APP_NAME}"
OUTPUT_DIR = 'public'
OUTPUT_IMG_DIR = f"{OUTPUT_DIR}/images"
OUTPUT_CSS_DIR = f"{OUTPUT_DIR}/css"
OUTPUT_JS_DIR = f"{OUTPUT_DIR}/js"
TEMPLATE_DIR = 'templates'
TEMPLATES_DIR = 'templates'
CONTENT_DIR = 'content'
STATIC_DIR = 'static'
HEADER_IMAGE = 'static/header.jpg'