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
- Fork this repository
- Place photos under
assets/img/gallery/event-name/ - Update
_data/gallery.ymlwith 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"
- Submit a Pull Request
💡 Tip: Resize photos to ~1200px wide before adding for best performance.