-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
76 lines (63 loc) · 1.54 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
title: RustFest.eu
email: [email protected]
description: >
A Rust Community conference travelling all around Europe.
baseurl: "" # the subpath of the site, e.g. /blog
url: "https://www.rustfest.eu" # the base hostname & protocol for the site
metaKeywords: "rust, conf, rustfest, rustfesteu, conference, programming language"
social:
twitter: rustfest
github: rustfesteu
facebook: rustfest
socialImageSrc: "/assets/favicons/logo.svg"
location:
venue: "Centro Congressi Frentani"
second_venue : "Hotel Universo"
city: "Rome"
country: "Italy"
impl_days: "TBA"
impl_days_overflow: "TBA"
dates:
year: "2018"
talks: "Saturday, November 24th"
workshops: "Sunday, November 25th"
impl_days: "Monday, November 26th and<br />Tuesday, November 27th"
impl_days_no_br: "Monday, November 26th and Tuesday, November 27th"
short_form: "Nov., 24th-25th 2018"
event:
assets: "/assets/rome/"
# Page Settings
owner: "asquera Event UG"
collections:
sessions:
permalink: /:collection/:path
output: true
people:
permalink: /:collection/:path
output: true
sponsors:
permalink: /:collection/:path
# They have their own link.
output: false
defaults:
- scope:
type: sessions
values:
layout: session
- scope:
type: people
values:
layout: person
# mailinglist
mailchimp:
server: asquera.us13.list-manage.com
user: 7945052bc1ecc432bff53c079
id: 5929ff51d6
exclude:
- /vendor
# Build settings
markdown: kramdown
permalink: /blog/:title
# Plugins
plugins:
- jekyll-redirect-from