Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Quick Reference

A lookup table for finding which file to edit.

Configuration files

What to changeWhich file
Host institution & partner logos_data/config/organisers.yml
Event name, date, location_data/config/site.yml
Navigation menu_data/config/navigation.yml
Event schedule_data/content/schedule.yml
Speakers & organisers_data/content/speakers/en.yml
Sponsors_data/content/sponsors.yml
Colours & fonts_sass/_variables.scss
UI text (buttons, labels)_data/strings/en.yml
Feature toggles_config.yml

Customisation guides

TopicGuide
Host institution & partner logosOrganisers
Site identity, contact, registrationEvent Details
Sessions, times, speakersSchedule
Speakers, facilitators, organisersPeople
Sponsor tiers and logosSponsors
Colours, fonts, spacingStyling
Multi-language supportAdding Languages
Enable/disable sectionsFeature Toggles

YAML basics

YAML files use a simple format:

event:
  name: "My University CRE"
  date: "March 21, 2026"

Rules:

  • Indentation matters (use 2 spaces, not tabs)
  • Strings with special characters need quotes
  • Lists use dashes: - item

See yaml.org for the full specification.