🔧 change some defaults

This commit is contained in:
mi
2025-11-13 14:33:41 +10:00
parent 2b6234e2f8
commit 59707d3572

View File

@@ -12,7 +12,7 @@ PLAIN_DEFAULT = False
# Global setting: Path to header image (relative to static/images/) # Global setting: Path to header image (relative to static/images/)
# Set to None to disable header image # Set to None to disable header image
# Example: HEADER_IMAGE = 'title.jpg' will use static/images/title.jpg # Example: HEADER_IMAGE = 'title.jpg' will use static/images/title.jpg
HEADER_IMAGE = 'title.png' HEADER_IMAGE = None
# Global setting: Path to footer image (relative to static/images/) # Global setting: Path to footer image (relative to static/images/)
# Set to None to disable footer image # Set to None to disable footer image
@@ -21,7 +21,7 @@ FOOTER_IMAGE = None # 'footer.jpg'
# Global setting: Set to True to display footer in compact mode # Global setting: Set to True to display footer in compact mode
# Compact mode: single line, no border, horizontal layout # Compact mode: single line, no border, horizontal layout
COMPACT_FOOTER = True COMPACT_FOOTER = False
# Global setting: Set to True to make archive page full-width with 4 columns (2 on mobile) # Global setting: Set to True to make archive page full-width with 4 columns (2 on mobile)
# Full-width archive shows square thumbnails with only dates, no titles # Full-width archive shows square thumbnails with only dates, no titles
@@ -46,7 +46,7 @@ SOCIAL_EMAIL = None # e.g., 'mailto:your@email.com'
# API documentation link - set to None to hide the link # API documentation link - set to None to hide the link
# Path is relative to static/ directory # Path is relative to static/ directory
API_SPEC_LINK = 'openapi.yaml' # Set to None to disable API_SPEC_LINK = None # Set to 'openapi.yml' to enable
COMICS = [ COMICS = [
{ {