Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 75b0646

Browse files
committed
Merge branch 'master' of github.com:devopsdays/devopsdays-theme
2 parents 74f8c26 + 123a109 commit 75b0646

File tree

14 files changed

+56
-9
lines changed

14 files changed

+56
-9
lines changed

REFERENCE.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
[Pages and Frontmatter](#pages-and-frontmatter)
2222
 [General Page Fields](#general-page-fields)
2323
 [Talk Page Fields](#talk-page-fields)
24-
 [Speaker Page Fields](#speaker-page-fields)
24+
 [Speaker Page Fields](#speaker-page-fields)
25+
 [Program Page Fields](#program-page-fields)
2526
 [Blog Post Fields](#blog-post-fields)
2627
[Shortcodes](#shortcodes)
2728
 [google_form](#google_form)
@@ -275,6 +276,14 @@ Pages of the type `speaker` have a few additional frontmatter elements available
275276
| `gitlab` | No | Speakers' GitLab username. | "mattstratton" |
276277
| `image` | No | The image for the speaker. This image is relative to the `static/events/YYYY-CITY/speakers` directory. It can be either .png or .jpg. It must be square, and 300px square, 600px square, or 900px square. | "matt-stratton.jpg" |
277278

279+
### Program Page Fields
280+
281+
The page of type `program` has one additional frontmatter element.
282+
283+
| Field Name | Required | Description | Example |
284+
|------------|----------|----------------------------------------------------------|---------|
285+
| `icons` | No | Toggles display of slide/video icons on the program page | "true" |
286+
278287
### Blog Post Fields
279288

280289
| Field Name | Required | Description | Example |

archetypes/program.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ City = ""
33
Year = ""
44
Title = ""
55
Type = "program"
6+
Icons = "false"
67
+++

exampleSite/content/events/2017-ponyville/program.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Year = "2017"
44
date = "2016-07-15T22:06:24-06:00"
55
title = "Ponyville 2017 Program"
66
type = "program"
7+
Icons = "TRUE"
78
+++
89

910
Our program is amazing!

exampleSite/content/events/2017-ponyville/program/fluttershy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ talk_end_time = ""
88
title = "AWS Isn't Scary"
99
type = "talk"
1010
speakers = ["fluttershy", "spike"]
11-
youtube = ""
12-
vimeo = ""
11+
youtube = "emGKB8TABvI"
12+
vimeo = "abcdefecf1214"
1313
speakerdeck = ""
1414
slideshare = ""
1515
slides = ""

exampleSite/content/events/2017-ponyville/program/spike.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ talk_end_time = ""
88
title = "Adopting Pony Progress"
99
type = "talk"
1010
speakers = ["spike"]
11-
youtube = ""
11+
youtube = "emGKB8TABvI"
1212
vimeo = ""
1313
speakerdeck = ""
1414
slideshare = ""

exampleSite/data/events/2017-ponyville.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: 2017-ponyville
22
year: "2017"
33
city: "Ponyville"
44
friendly: "2017-ponyville"
5-
startdate: 2017-07-16
6-
enddate: 2017-07-17
5+
startdate: 2017-11-16
6+
enddate: 2017-11-17
77
cfp_date_start: 2017-03-01
88
cfp_date_end: 2017-06-15
99
cfp_date_announce: 2017-01-01
File renamed without changes.

0 commit comments

Comments
 (0)