Skip to content

presentations/index.yaml

Controls what appears on the presentations list page.

Example

yaml
presentations:
  - id: 2026-spring-briefing
    year: 2026
    title: Acorn Cloud Product Brief
    subtitle: Spring 2026
    summary: Reliability work, platform roadmap, and team highlights.
    published: true
    featured: true
    presentation_path: presentations/2026-spring-briefing/presentation.yaml
    generated_path: presentations/2026-spring-briefing/generated.yaml

Field reference

FieldRequiredTypeDescription
presentationsyesarrayList of presentation entries

presentations[]

FieldRequiredTypeDescription
idyesstringUnique across the file
titleyesstringList page title
subtitleyesstringList page subtitle
summaryyesstringShown on the presentations list page
publishedyesbooleanControls visibility
featuredyesbooleanHighlights on the home page
yearnumberEnables year filtering on the list page
presentation_pathyesstringRelative path to presentation.yaml
generated_pathstringRelative path to generated.yaml when it does not live beside the presentation file

Notes

  • published: true means the presentation is visible on the site; published: false means it is not shown
  • presentation_path and generated_path are relative to content/
  • The index is catalog metadata for the presentations page; it does not need to mirror deck copy