This repository has been archived by the owner on Oct 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
107 lines (96 loc) · 2.01 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
title: Congress 2018
description: >-
A short description
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://example.com" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
markdown: kramdown
sass:
style: compressed
# Exclude from processing
exclude:
- vendor
- README.md
- LICENSE.md
- REDISTRIBUTED.md
- Gemfile
- Gemfile.lock
- create_entries.py
# Collections and their defaults
collections:
talks:
output: true
permalink: /:collection/:title/
speakers:
output: true
permalink: /:collection/:title/
location:
output: true
permalink: /:collection/:title/
defaults:
- scope:
path: ""
type: talks
values:
layout: talks
- scope:
path: ""
type: speakers
values:
layout: speakers
- scope:
path: ""
type: location
values:
layout: location
# Navigation bar
navigation:
- name: Program
relative_url: /program/
- name: Talks
relative_url: /talks/
- name: Speakers
relative_url: /speakers/
- name: Location
relative_url: /location/
- name: About
relative_url: /about/
- name: Previous Editions
menu:
- name: 2018 (current)
disabled: true
- name: 2017
relative_url: /2017/
- name: 2016
relative_url: /2016/
# Main landing page links
main_links:
- name: Program
relative_url: /program/
- name: How to get there
relative_url: /location/
- name: Tickets
disabled: true
absolute_url: 'https://github.com'
# Information boxes
info_bars:
- title: Important Information
color: primary
main_only: true
text: |
We're truly sorry but we are sold out.
---
Try again next year.
- text: The content on these pages is outdated!
color: warning
pages_only: true
# Talk categories
main_categories:
- name: Cat A
color: primary
- name: Cat B
color: success
# Program table settings
time_steps: 15 # in minutes
show_firstname: true
show_alltimes: true