-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
71 lines (58 loc) · 1.35 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
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://barcelona.rustfest.eu" # the base hostname & protocol for the site
metaKeywords: "rust, conf, rustfest, rustfesteu, conference, programming language"
social:
twitter: rustfest
github: rustfesteu
socialImageSrc: "/assets/favicons/logo.svg"
location:
venue: "UPC - Universitat Politècnica de Catalunya"
city: "Barcelona"
country: "Spain"
dates:
year: "2019"
talks: "09.-10. November"
impl_days: "11.-12. November"
impl_days_no_br: "11.-12.11."
short_form: "09.-12.11.2019"
event:
assets: "/assets/"
# Page Settings
owner: "Associació Decentral (limited)"
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