Gallery

Group photos and activity snapshots

Group activity photos and memorable moments.

To add photos from an event, please submit a pull request following the instructions at the bottom.


Group Photo


How to Add Photos

  1. Fork this repository
  2. Place photos under assets/img/gallery/event-name/
  3. Update _data/gallery.yml with a new event entry:
- id: event-name
  title: "Event Title"
  date: YYYY-MM-DD
  photos:
    - full: /assets/img/gallery/event-name/photo1.jpg
      thumb: /assets/img/gallery/event-name/photo1.jpg
      caption: "A short description"
  1. Submit a Pull Request

💡 Tip: Resize photos to ~1200px wide before adding for best performance.