🔧 separate option for the copyright name

This commit is contained in:
mi
2025-11-14 20:45:00 +10:00
parent 2a48f00c16
commit e9c4423779
4 changed files with 8 additions and 2 deletions

View File

@@ -284,6 +284,7 @@ The `comics_data.py` file contains both comic data and global configuration opti
```python
COMIC_NAME = 'Sunday Comics' # Your comic/website name
COPYRIGHT_NAME = None # Name for copyright (defaults to COMIC_NAME)
SITE_URL = 'http://localhost:3000' # Your domain (update for production)
FULL_WIDTH_DEFAULT = False # Make all comics full-width by default
PLAIN_DEFAULT = False # Hide header/remove borders by default