-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (41 loc) · 1.11 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
# Site Settings
title: ScaleConfCo
email: [email protected]
description:
en: 2-day language-agnostic tech conference about scalability, distributed systems, security, machine learning, DevOps, modern software tools and practices
es: Evento agnóstico a lenguajes de programación sobre escalabilidad, sistemas distribuídos, machine learning, seguridad, DevOps, herramientas y prácticas modernas
baseurl: "/"
url: "https://scaleconfco.com"
twitter_username: scaleconfco
repository: scaleconfco-2020/scaleconfco.github.io
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-redirect-from
sass:
sass_dir: _sass
style: compressed
collections:
speakers:
output: false
permalink: /speaker/:slug.html
defaults:
-
scope:
path: ""
type: speakers
values:
layout: speaker
lang: en
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/