feat: add feed sitemap generation plugin and update site URL in config

- Introduced a new Vite plugin for generating RSS feeds and sitemaps based on photo data.
- Updated the example configuration file to reflect the new site URL format.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-06-12 19:48:58 +08:00
parent ac52350b6d
commit e7ecf98c42
7 changed files with 248 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
"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://gallery.innei.in",
"url": "https://afilmory.innei.in/",
"accentColor": "#007bff",
"author": {
"name": "Photo Gallery",
@@ -10,9 +10,7 @@
"avatar": "//cdn.jsdelivr.net/gh/Innei/static@master/avatar.png"
},
"social": {
"twitter": "@__oQuery"
},
"extra": {
"accessRepo": true
"twitter": "@__oQuery",
"github": "Innei"
}
}