mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 14:44:48 +00:00
- 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>
30 lines
641 B
JSON
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"
|
|
}
|