forked from t413/SinglePaged
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·38 lines (29 loc) · 929 Bytes
/
_config.yml
File metadata and controls
executable file
·38 lines (29 loc) · 929 Bytes
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
---
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: "Codeando México | #ODD17 Data Showdown"
keywords: "Codeando México, open data, civic hacking, civic technology, civic tech, open government, opengov"
description: "Codeando México | #ODD17 Data Showdown. El hackatón de datos abiertos en México."
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: '#111111'
white: '#f8f8f8'
blue: '#00baff'
green: '#64bb31' #not in use by ODD
purple: '#b108f5'
orange: '#ff8500'
turquoise: '#fbd831' #this is actually yellow
kramdown:
auto_ids: false