-
Notifications
You must be signed in to change notification settings - Fork 22
Speaker
Toshaan Bharvani edited this page Aug 11, 2019
·
5 revisions
We use the content/<eventcode>/speaker/
folder to create speaker pages.
The page has the following metadata
---
title: <Name of the speaker>
image: <URL of the speaker's image or image file location>
twitter: <Twitter handle>
github: <Github handle>
date: <Date of last edit>
draft: <false/true>
---
More information :
- title: Full name of the speaker in utf-8
- image:
- The url to the image of the speaker
- An image in the folder
assets/images/speakers/
it needs to be listed as<imagename>
- twitter: The twitter handle without the @ sign, so just the twitter username
- github: The github username
- 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 biography of the speaker in Markdown.
Please keep account with the following notes :