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:
4
src/events.json.njk
Normal file
4
src/events.json.njk
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
permalink: /data/events.json
|
||||
---
|
||||
{{ eventsJson.normalizedEvents | dump | safe}}
|
Reference in New Issue
Block a user