feat: ADD optional exif data removable in files #18
This commit is contained in:
parent
5b6edac236
commit
7a8ecafc3a
4 changed files with 99 additions and 3 deletions
|
|
@ -28,6 +28,9 @@ HIDE_LOGO = False
|
|||
HIDE_TITLE = True
|
||||
LOGO_PATH = "/images/logo.png"
|
||||
|
||||
# Image settings
|
||||
STRIP_IMAGE_EXIF = True # Remove EXIF/GPS/XMP/text metadata from images/ when building (requires pillow)
|
||||
|
||||
# Feed settings
|
||||
ENABLE_RSS_FEED = True
|
||||
RSS_FEED_PATH = "rss.xml" # Path relative to site root (e.g., "rss.xml" or "feed/rss.xml")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue