🔧 configurable comic title

This commit is contained in:
mi
2025-11-13 14:43:24 +10:00
parent 59707d3572
commit 899f2060f3
6 changed files with 24 additions and 13 deletions

View File

@@ -1,6 +1,9 @@
# Comic data
# Edit this file to add, remove, or modify comics
# Global setting: The name of your comic/website
COMIC_NAME = 'Sunday Comics'
# Global setting: Set to True to make all comics full-width by default
# Individual comics can override this with 'full_width': False
FULL_WIDTH_DEFAULT = False