Files
afilmory/config.example.json
Innei 30d2a14e43 fix: update RSS feed generation to include EXIF data and improve XML structure
- Modified the RSS feed generation to extract and include EXIF data such as aperture, shutter speed, ISO, and camera model.
- Updated the XML structure to remove unnecessary escaping for titles and descriptions, enhancing readability.
- Adjusted the example configuration file to use a full URL for the author avatar.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-12 21:35:15 +08:00

16 lines
476 B
JSON

{
"name": "Innei's Photo Gallery",
"title": "Innei's Photo Gallery",
"description": "Capturing beautiful moments in life, documenting daily warmth and emotions through my lens.",
"url": "https://afilmory.innei.in/",
"accentColor": "#007bff",
"author": {
"name": "Photo Gallery",
"url": "https://innei.in/",
"avatar": "https://cdn.jsdelivr.net/gh/Innei/static@master/avatar.png"
},
"social": {
"twitter": "@__oQuery",
"github": "Innei"
}
}