-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
197 lines (173 loc) · 4.78 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
title: RLEM Workshop 2023
preposition: at
description: Fourth ACM SIGEnergy Workshop on Reinforcement Learning for Energy Management in Buildings & Cities (RLEM)
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.rlem-workshop.net/" # the base hostname & protocol for your site, e.g. https://example.com
theme: jekyll-theme-conference
plugins:
- jemoji
# Build settings
markdown: kramdown
sass:
style: compressed
# Additional exclude from processing
exclude:
- .github/
- README.md
- LICENSE.md
- REDISTRIBUTED.md
- purgecss.config.js
# Collections and their defaults
collections:
talks:
output: true
permalink: /:collection/:name/
speakers:
output: true
permalink: /:collection/:title/
rooms:
output: true
permalink: /:collection/:title/
# Default scopes
defaults:
- scope:
path: ""
type: talks
values:
layout: talk
- scope:
path: ""
type: speakers
values:
layout: speaker
- scope:
path: ""
type: rooms
values:
layout: room
conference:
# Language
lang: en
# Show theme errors:
show_errors: True
# Navigation bar
navigation:
logo:
name: ACM BuildSys
# img: ''
url: 'https://buildsys.acm.org/2023/'
links:
- name: Dates
relative_url: /dates/
- name: CfP
relative_url: /cfp/
- name: Program
relative_url: /program/
- name: Talks
relative_url: /talks/
- name: Speakers
relative_url: /speakers/
- name: Organization
relative_url: /organization/
- name: Location
relative_url: /location/
- name: Previous Editions
menu:
- name: 2023 (current)
disabled: false
relative_url: /
- name: 2022
relative_url: /editions/2022/
- name: 2021
relative_url: /editions/2021/
- name: 2020
relative_url: /editions/2020/
# Link Preview for Sharing
link_preview:
# also adapt "preposition" property at top for more meaningful descriptions
disable: false
img:
twitter: 'twitter_preview.png' # inside /assets/images/
open_graph: 'facebook_preview.png' # inside /assets/images/
# # Main landing page
# main:
# # logo:
# # img: ''
# links:
# - name: Program
# relative_url: /program/
# - name: How to get there
# relative_url: /location/
# - name: Tickets
# disabled: true
# absolute_url: ''
# # Information boxes
# info_bars:
# - title: Welcome to the Conference Theme for Jekyll!
# color: primary
# main_only: true
# text: |
# The Theme was originally made for the [Winterkongress](https://www.digitale-gesellschaft.ch/kongress/), a yearly conference of the [Digital Society Switzerland](https://digitale-gesellschaft.ch/).
# ---
# See the [README](github.com/DigitaleGesellschaft/jekyll-theme-conference/) on the project's GitHub repository for further information on how to configure and adapt it to your needs.
# - text: This is just some random content for demonstration purposes.
# color: warning
# pages_only: true
# Live indications
live:
date: 01.01.2020
timezone: GMT+1
stop: 240 # in minutes
streaming:
enable: true
pause: 60 # in minutes
prepend: 5 # in minutes
extend: 5 # in minutes
demo:
enable: false
duration: 300 # in seconds
pause: 10 # in seconds
map:
# Initial map center point
home_coord: 47.37808, 8.53935
# Alternative map providers can be found on https://leaflet-extras.github.io/leaflet-providers/preview/
# The following do match the Bootstrap design not too badly:
# - Hydda.Full
# - Thunderforest.Neighbourhood
# - Esri.WorldTopoMap
map_provider: "OpenStreetMap.Mapnik"
default_zoom: 17
talks:
# Talk categories
main_categories:
- name: presentation
color: primary
# - name: discussion
# color: secondary
- name: keynote
color: warning
- name: tutorial
color: secondary
- name: other
color: info
# Hide icons on talk overview page
hide_icons: false
speakers:
# Show first and last name
show_firstname: true
location:
# Disable links to locations
hide: false
# URL of location / room overview page
url: '/location'
# Main page title shown on location/room navigation bar
navbar_title: 'Directions'
# Show map on location main page
map: false
program:
# URL of program page
url: '/program'
# Time steps in program table
time_steps: 5 # in minutes
# Show intermediary time steps (next to full hours)
show_alltimes: true