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.
4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
---
|
|
permalink: /data/events.json
|
|
---
|
|
{{ eventsJson.normalizedEvents | dump | safe}} |