Initial commit from Specify template

This commit is contained in:
2025-09-19 01:06:11 +08:00
commit 01a8fa90e8
26 changed files with 7986 additions and 0 deletions

29
GEMINI.md Normal file
View File

@@ -0,0 +1,29 @@
# Project Overview
This project is for managing the sitemap and integrations of the website `enchun.tw`.
# Key Files
* `GEMINI.md`: This file, providing context for the project.
* `enchun-sitemap.md`: The sitemap of the website.
* `cms_structure.md`: The structure of the CMS collections.
* `integrations.md`: The third-party services, custom code, and form integrations.
# Usage
The primary objectives of this project are:
1. Generate and maintain the sitemap for `enchun.tw`.
2. Document the CMS collection structure.
3. Document the third-party services, custom code, and form integrations.
## Sitemap Generation
The sitemap was generated by accessing `https://enchun.tw/sitemap.xml` and parsing the XML content. The sitemap is stored in `enchun-sitemap.md`.
## CMS Collection Structure
The CMS collection structure was documented by navigating to the Webflow admin panel and inspecting the settings for each collection. The structure is stored in `cms_structure.md`.
## Integrations
The third-party services, custom code, and form integrations were documented by navigating to the "Site settings" in the Webflow admin panel. The information is stored in `integrations.md`.