feat: Refactor Community Events page

Refactored Community Events page to be dynamic and API-driven.

Implemented a vertical carousel with category filtering and color-coded event cards.

Added new data pipeline to fetch event details from Zoho Calendar API at build time.

Fixed infinite rebuild loop in Eleventy by configuring the file watcher to ignore the intermediary data file.
This commit is contained in:
2025-09-09 14:52:48 -05:00
parent c5fd50bd35
commit 5477191d39
6 changed files with 488 additions and 82 deletions

4
src/events.json.njk Normal file
View File

@@ -0,0 +1,4 @@
---
permalink: /data/events.json
---
{{ eventsJson.normalizedEvents | dump | safe}}