forked from CodeandoMexico/terremoto-cdmx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·44 lines (35 loc) · 967 Bytes
/
_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
port: 4000
host: 0.0.0.0
safe: false
### site serving configuration ###
exclude: [CNAME, README.md, .gitignore]
permalink : /:year
timezone: null
lsi: false
markdown: kramdown
### content configuration ###
title: "Terremoto CDMX - Equipo Humanitario de Codeando México"
keywords: "terremoto, cdmx, mexico, tecnologia"
description: "Tecnología de respuesta rápida ante el terremoto de CDMX"
source_link: "https://odd17.codeandomexico.org"
favicon: "img/favicon.ico"
touch_icon: "img/apple-icon.png"
google_analytics_key: "UA-92890640-1"
### template colors, used site-wide via css ###
colors:
black: '#333333'
white: '#ffffff'
gray: '#fafafa'
blue: '#f3476d'
yellow: '#f7c824'
intro: '#3B82C1'
phones: '#ed7950'
map: '#578e77'
kramdown:
auto_ids: false
plugins:
- jekyll-polyglot
languages: ["es", "en"]
default_lang: "es"
exclude_from_localization: ["img"]
parallel_localization: true