mirror of
https://github.com/Afilmory/afilmory
synced 2026-05-03 03:06:47 +00:00
- Replaced the repository configuration in `builder.config.example.json` with S3 storage settings, including bucket and endpoint details. - Removed the social and feed sections from `config.example.json` to simplify the configuration structure. - Updated the README to reflect changes in the author section and added optional comments for clarity. Signed-off-by: Innei <tukon479@gmail.com>
12 lines
389 B
JSON
12 lines
389 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"
|
|
}
|
|
} |