mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
- 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>
16 lines
476 B
JSON
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"
|
|
}
|
|
} |