💄 site logo

This commit is contained in:
mi
2025-11-13 15:23:38 +10:00
parent 24dd74ae77
commit e3d4315f7f
5 changed files with 62 additions and 5 deletions

View File

@@ -16,6 +16,17 @@ FULL_WIDTH_DEFAULT = False
# Individual comics can override this with 'plain': False
PLAIN_DEFAULT = False
# Global setting: Path to site logo (relative to static/images/)
# Set to None to disable logo
# Example: LOGO_IMAGE = 'logo.png' will use static/images/logo.png
LOGO_IMAGE = 'logo.png'
# Global setting: Logo display mode
# 'beside' - Display logo next to the site title
# 'replace' - Replace the site title with the logo
# Only applies when LOGO_IMAGE is set
LOGO_MODE = 'beside'
# Global setting: Path to header image (relative to static/images/)
# Set to None to disable header image
# Example: HEADER_IMAGE = 'title.jpg' will use static/images/title.jpg