-
Notifications
You must be signed in to change notification settings - Fork 62
/
_config.yml
72 lines (63 loc) · 1.27 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
title: Conference 2020
preposition: ''
description: >-
Conference of a random organization on January 1st in Zurich, Switzerland
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://example.com" # the base hostname & protocol for your site, e.g. https://example.com
# Build settings
markdown: kramdown
sass:
style: compressed
# Exclude from processing
exclude:
- .github/
- venv/
- README.md
- LICENSE.md
- REDISTRIBUTED.md
- screenshot.png
- jekyll-theme-conference.gemspec
- purgecss.config.js
- _config.example.yml
# Collections and their defaults
collections:
talks:
output: true
permalink: /:collection/:title/
speakers:
output: true
permalink: /:collection/:title/
rooms:
output: true
permalink: /:collection/:title/
defaults:
- scope:
path: ""
type: talks
values:
layout: talk
- scope:
path: ""
type: speakers
values:
layout: speaker
- scope:
path: ""
type: rooms
values:
layout: room
# Theme default values
conference:
lang: en
show_errors: True
link_preview:
disable: false
speakers:
show_firstname: true
location:
url: '/location'
map: true
program:
url: '/program'
time_steps: 15
show_alltimes: true