-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
91 lines (80 loc) · 1.7 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
# Site settings
title: Conference Name, Year
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Write a description for your conference or meeting here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "/_confweb" # the subpath of your site, e.g. /blog/
url: "http://opendsi.cc" # the base hostname & protocol for your site
twitter_username: jekyllrb
github_username: sods
youtube:
height: 315
width: 560
github:
edit: true
repository: _confweb
markdown: kramdown
# Build settings
future: true
permalink: "/:categories/:title.html"
banner: nice_conference_banner.jpeg
analytics:
google:
tracking_id: # Google tracking ID if applicable
youtube:
height: 315
width: 560
conference:
draft: true # set to True if the programme is draft only.
hide_tentative: true
hosts:
room: Room
venue: Convention Centre
location: City, Country
name: Conference Name
year: 2017
month: September
dates:
- 2017-09-12
- 2017-09-13
hosts:
general:
- family: Jones
given: Jack
url: "http://jackjones.org"
- family: Bloggs
given: Bill
url: "http://billblogs.org"
workshop:
- family:
given:
url:
institute:
symposium:
- family:
given:
url:
institute:
local:
- family:
given:
url:
institute:
sponsors:
- name:
url:
previous_meeting:
name:
url:
map:
show: False
mapbox:
latitude: # latitude of map center
longitude: # longitude of map center
map_id: # mapbox id
access_token: # mapbox access token
zoom_level: 17
width: 100%
height: 500px