generated from esl/code-beam-america
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
102 lines (92 loc) · 2.2 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
96
97
98
99
100
101
102
title: Code BEAM Mexico
description: "The major Elixir and Erlang event in México. The Elixir and Erlang community celebrates ten years of Elixir in Mexico City. Meet people and companies using and developing high performance, fault-tolerant and resilient applications that scale to billions of users in production in areas like Fintech, eCommerce, IoT, Gaming, Blockchain, Security, Machine Learning and more."
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://codebeammexico.com/" # the base hostname & protocol for your site
logo: "./assets/images/logo2022.png"
# google_site_verification: googleXXXXXXXXXXXXXXXX.html
include: [archives, admin]
exclude:
- docs/
- archives/
- legacy-content/
- bin/
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
tickets:
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: Code Spaces, CDMX
map-text-location: Facultad de Ingeniería, UNAM
map-lat: 19.3314918
map-lng: -99.1849444