generated from esl/code-beam-america
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
95 lines (86 loc) · 1.95 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
title: Code BEAM Lite Stockholm
description: > # this means to ignore newlines until "baseurl:"
Code BEAM Lite Stockholm is the premiere Erlang and Elixir conference in the Nordics - one day of first-rate BEAM-related talks.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://codebeamstockholm.com" # the base hostname & protocol for your site
logo: "./assets/images/logo2022.png"
# google_site_verification: googleXXXXXXXXXXXXXXXX.html
include: [archive]
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/codebeamio
username: codebeamio
card: image
# Build settings
markdown: kramdown
permalink: pretty
collections:
participants:
output: true
testimonials:
output: true
keynotes:
output: true
trainers:
output: true
trainings:
output: true
talks:
output: true
posts:
output: true
videos:
output: true
# archive:
# output: true
defaults:
- scope:
path: ""
type: "participants"
values:
layout: "participant"
- scope:
path: ""
type: "trainings"
values:
layout: "training"
- scope:
path: ""
type: "talks"
values:
layout: "talk"
- scope:
path: ""
type: "keynotes"
values:
layout: "talk"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
type: "videos"
values:
layout: "video"
# - scope:
# path: ""
# type: "archives"
# values:
# layout: "archive"
- scope:
path: ""
values:
layout: "default"
# Google Map JS api
# This is my api for this template
key-api: AIzaSyBf-F7nBzxi_73uI9QUxRQ-cNihYtlZ_AA
map-text: 7A Odenplan
map-text-location: Norrtullsgatan 6, 113 26 Stockholm, Sweden
map-lat: 59.34252302986197
map-lng: 18.051692626812088