Skip to content

sreday/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SREday

In-person conferences for Site Reliability, DevOps and Cloud engineers.

Running locally

# 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

Adding a new conference

  1. Copy over the template (_event_template) to a new folder
    1. The name needs to follow the pattern YYYY-location-qX
    2. Let's say we add 2026-tokyo-q1
  2. Modify the 2026-tokyo-q1/metadata.yaml file:
    1. Update the location, time, date
    2. Update the 2026-tokyo-q1/_db/talks.csv file
  3. Update the venue info
    1. Modify the address in 2026-tokyo-q1/_templates/venue.html
    2. Upload/copy the 3 venue photos to 2026-tokyo-q1/assets/images/venue
  4. Update the luma event
    1. Don't change the embeds in 2026-tokyo-q1/_templates/tickets.html
    2. Change the luma_evt field in home/metadata.yaml
  5. Update the hero pictures
    1. Add the pictures to photos
    2. List the relevant ones in 2026-tokyo-q1/metadata.yaml
  6. Add the conference to the home page
    1. Upload the splash screen
      1. Put it in assets/images/events/sreday-2026-tokyo-q1.jpeg
    2. Modify the home/metadata.yaml file:
      1. Add a new item to the events list
      2. Make sure the url matches the format, e.g 2026-tokyo-q1
events:

  - name: SREday Tokyo 2026 Q1
    location: Tokyo, Japan
    photo_url: ./assets/images/events/sreday-2026-tokyo-q1.jpeg
    url: ./2026-tokyo-q1/
...

About

Public home for SREday

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published