Files
afilmory/config.example.json
Innei 8b57c878e8 chore: rename project to Afilmory and update related configurations
- Changed project name and title from "Photo Gallery" to "Afilmory" across multiple files including configuration, README, and web manifest.
- Updated descriptions and URLs to reflect the new branding.
- Adjusted OG image plugin and favicon generation scripts to align with the new project name.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-13 01:15:41 +08:00

24 lines
602 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": {
"twitter": "@__oQuery",
"github": "Innei"
},
"feed": {
"folo": {
"challenge": {
"feedId": "155982289762921472",
"userId": "41312624216137728"
}
}
}
}