Creative Road Map Template In-person conferences for Site Reliability, DevOps and Cloud engineers. Is LinkedIn A Blog Site
# 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.yamlfile:- Update the location, time, date
- Update the
2026-tokyo-q1/_db/talks.csvfile
- 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_evtfield 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.yamlfile:- Add a new item to the events list
- Make sure the url matches the format, e.g
2026-tokyo-q1 - The
photo_urlcard image doubles as the social link preview (og:image) for all of that event's pages; until it is uploaded, the build warns and falls back to the default hero photo
- 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/ ...Electronic Sales Offer Post The main website's two logo carousels are categorized via partners.yaml at the repo root (home page only - conference pages are unaffected): Layout Of A Blog Site What To Include
- Paying sponsor: drop the logo file into
sponsors/- it shows up in the home Sponsor carousel automatically. - Partner (community meetup, media/non-sponsor org, sister conference, job board): drop the logo into
sponsors/AND add its filename to the right list inpartners.yaml- it shows up in the Partner carousel instead. - Duplicates: if a company has more than one logo file, list the extra variants under
hidden_duplicatesso it only appears once on the home page.