Files
BloomValleyNursery/src/events.json.njk
dereklseitz 5477191d39 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.
2025-09-09 14:52:48 -05:00

4 lines
83 B
Plaintext

---
permalink: /data/events.json
---
{{ eventsJson.normalizedEvents | dump | safe}}