Skip to content
Toshaan Bharvani edited this page Aug 11, 2019 · 2 revisions

Talk

We use the content/<eventcode>/schedule/<day>/ folder to create talk pages.
The refers to the day the talk is scheduled.

The page has the following metadata

---
title: <title of the talk>
speaker: <speakerfilename>
room: <roomfilename>
eventtype: <talk/keynote/intro/ignite/workshop>
start: <start time of the talk>
end: <end time of the talk>
date: <Date of last edit>
draft: <false/true>
---

More information:

  • title: Full title of the talk in utf-8
  • speaker: The speaker filename as in the content/<eventcode>/speaker folder
  • room: The room filename as in the content/<eventcode>/room folder
  • eventtype: The type of event this is from the list
    • talk
    • keynote
    • intro
    • ignite
    • workshop
  • start: The start time of the event aligned on a timeslot
  • end: The end time of the event aligned on a timeslote
  • date: HugoCMS date - indicates the last updated date
  • draft: HugoCMS boolean - false/true - indicates whether the page is a draft or not

The rest of the page is the abstract of the event in Markdown.

Additional Notes

Please keep account with the following notes :

  • Currently we do not support multiple speakers, so you need to create a combined speaker page.
  • Timeslots are aligned as per the timeslot file, so you need to chose a timing ending on a multiple of that.

Content Types

Clone this wiki locally