docs: document image pipeline profiles
This commit is contained in:
parent
18a7f652d4
commit
cbb427b89d
6 changed files with 40 additions and 5 deletions
|
|
@ -14,3 +14,11 @@ url = "https://www.nasa.gov/rss/dyn/breaking_news.rss"
|
|||
LOG_LEVEL = "INFO"
|
||||
DOWNLOAD_TIMEOUT = 30
|
||||
REPUBLISHER_FEED_URL = "https://mirror.example"
|
||||
|
||||
# Image mirroring is profile-driven. REPUBLISHER_IMAGE controls full-size
|
||||
# variants, and its first profile is the canonical image URL written into feeds.
|
||||
# REPUBLISHER_IMAGE_THUMBNAILS controls named thumbnails for explicit item
|
||||
# image media. Defaults live in repub/settings.py and generate WebP + JPEG full
|
||||
# images plus JPEG thumbnails.
|
||||
# REPUBLISHER_IMAGE_NORMALIZE_ENABLED = true
|
||||
# REPUBLISHER_IMAGE_THUMBNAILS_ENABLED = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue