forked from esl/elixirconf-eu-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
93 lines (79 loc) · 1.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
title: Elixir Conf EU
description: > # this means to ignore newlines until "baseurl:"
Elixir conf 2020
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.elixirconf.eu" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
logo: "./assets/images/icon-large.png"
social:
name: ElixirConf EU
link: "https://twitter.com/elixirconfeu"
# google_site_verification: googleXXXXXXXXXXXXXXXX.html
include: []
plugins:
- jekyll-sitemap
- jekyll-seo-tag
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: twitter
url: https://twitter.com/elixirconfeu
username: elixirconfeu
card: image
# Build settings
markdown: kramdown
permalink: pretty
collections:
speakers:
output: true
sort_by: relevance
keynotes:
output: true
sort_by: relevance
trainers:
output: true
sort_by: relevance
trainings:
output: true
sort_by: relevance
talks:
output: true
posts:
output: true
defaults:
- scope:
path: ""
type: "speakers"
values:
layout: "speaker"
- scope:
path: ""
type: "trainers"
values:
layout: "speaker"
- scope:
path: ""
type: "trainings"
values:
layout: "training"
- scope:
path: ""
type: "talks"
values:
layout: "talk"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"
# Google Map JS api
# This is my api for this template
key-api: AIzaSyDbnxVZQannH0GF4gtnnBFPiP9ofm2WqGs
map-text: Hilton Warsaw Hotel and Convention Centre
map-text-location: Grzybowska 63, 00-844 Warszawa, Poland
map-lat: 52.2335221
map-lng: 20.9836819