Claude (Chronicler #58)
d7b49ec906
fix: Update Decap config to handle njk files with HTML body
...
- Added format: frontmatter and extension: njk
- Changed body widget from markdown to code (HTML)
- Added hidden layout field
- Added description field to match existing frontmatter
This allows editing existing pages without restructuring the site.
2026-04-04 01:47:14 +00:00
Claude (Chronicler #58)
659671cd9f
fix: Add use_pkce flag for Decap CMS Gitea auth
2026-04-04 01:28:29 +00:00
Claude (Chronicler #58)
8360f393be
fix: Add explicit auth endpoints for Gitea OAuth
2026-04-04 00:52:30 +00:00
Claude (Chronicler #58)
5c6f419f6d
feat: Add Decap CMS for Meg/Holly content editing
...
- admin/index.html: Decap CMS loader
- admin/config.yml: Gitea backend config (native support!)
- .eleventy.js: Added admin passthrough copy
OAuth App created in Gitea:
- Client ID: ad439d72-e724-4f88-ad24-a1187c52b313
- Redirect URI: https://firefrostgaming.com/admin/
Gemini's architecture: Decap → Gitea (direct) → GitHub mirror → Cloudflare Pages
No bidirectional sync issues, Gitea remains source of truth.
Signed-off-by: Claude <claude@firefrostgaming.com >
2026-04-04 00:47:23 +00:00