Files
afilmory/config.example.json
Innei a9703f34dc refactor: remove RSS support from social configuration
- Eliminated the RSS field from social settings in configuration files and UI schemas.
- Updated related documentation and localization files to reflect the removal of RSS support.
- Adjusted components to ensure compatibility with the updated social configuration.

Signed-off-by: Innei <tukon479@gmail.com>
2025-11-30 01:27:48 +08:00

30 lines
641 B
JSON

{
"name": "Innei's Afilmory",
"title": "Innei's Afilmory",
"description": "Capturing beautiful moments in life, documenting daily warmth and emotions through my lens.",
"url": "https://afilmory.innei.in/",
"accentColor": "#007bff",
"author": {
"name": "Innei",
"url": "https://innei.in/",
"avatar": "https://cdn.jsdelivr.net/gh/Innei/static@master/avatar.png"
},
"social": {
"github": "",
"twitter": ""
},
"feed": {
"folo": {
"challenge": {
"feedId": "",
"userId": ""
}
}
},
"map": [
"maplibre"
],
"mapStyle": "builtin",
"mapProjection": "mercator"
}