In-person conferences for Site Reliability, DevOps and Cloud engineers.
# if needed
make env
source env/bin/activate
make deps
# builds all years
make all
# runs a small script to serve the pages with python
make serve
- Copy over the template (
_event_template
) to a new folder- The name needs to follow the pattern
YYYY-location-qX
- Let's say we add
2026-tokyo-q1
- The name needs to follow the pattern
- Modify the
2026-tokyo-q1/metadata.yaml
file:- Update the location, time, date
- Update the
2026-tokyo-q1/_db/talks.csv
file
- Update the venue info
- Modify the address in
2026-tokyo-q1/_templates/venue.html
- Upload/copy the 3 venue photos to
2026-tokyo-q1/assets/images/venue
- Modify the address in
- Update the luma event
- Don't change the embeds in
2026-tokyo-q1/_templates/tickets.html
- Change the
luma_evt
field inhome/metadata.yaml
- Don't change the embeds in
- Update the hero pictures
- Add the pictures to
photos
- List the relevant ones in
2026-tokyo-q1/metadata.yaml
- Add the pictures to
- Add the conference to the home page
- Upload the splash screen
- Put it in
assets/images/events/sreday-2026-tokyo-q1.jpeg
- Put it in
- Modify the
home/metadata.yaml
file:- Add a new item to the events list
- Make sure the url matches the format, e.g
2026-tokyo-q1
- Upload the splash screen
events:
- name: SREday Tokyo 2026 Q1
location: Tokyo, Japan
photo_url: ./assets/images/events/sreday-2026-tokyo-q1.jpeg
url: ./2026-tokyo-q1/
...