Initial commit

This commit is contained in:
SG
2025-06-05 13:40:53 +03:00
parent 31c1b8d9c1
commit f9f6d70d8e
9 changed files with 236 additions and 0 deletions

6
config.py Normal file
View File

@@ -0,0 +1,6 @@
import os
class Config:
MAIN_PAGE_TITLE = "Selected poems"
CONTENT_DIR = os.environ.get('CONTENT_DIR') or 'content'
HEADER_IMAGE = 'static/header.jpg'