From 664a6adb775739a2c3c866dd759bd42b4391cc1c Mon Sep 17 00:00:00 2001 From: SG Date: Sun, 22 Jun 2025 14:08:45 +0300 Subject: [PATCH] updates --- config.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config.py b/config.py index 3ed1b2d..edb3185 100644 --- a/config.py +++ b/config.py @@ -2,19 +2,6 @@ import os, sys, yaml from jinja2 import Environment, FileSystemLoader from pathlib import Path -# Main config section -#class Config: -# MAIN_PAGE_TITLE = "microgen library" -# APP_NAME = "hydrogen" -# APP_DESCRIPTION = "Simplistic static site generator" -# APP_SRC_URL = f"https://git.exocortex.ru/Exocortex/{APP_NAME}" -# OUTPUT_DIR = 'public' -# TEMPLATES_DIR = 'templates' -# CONTENT_DIR = 'content' -# STATIC_DIR = 'static' -# HEADER_IMAGE = 'static/header.jpg' -# THEME = "default" - class Config: def __init__(self): self.config_path = "config.yml"