forked from smit1678/dgm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
55 lines (53 loc) · 1.22 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
# Site settings
title: DATOS.GOB.MX
email: hola@datos.gob.mx
description: >
En datos.gob.mx puedes descargar y utilizar libremente datos abiertos
que el Gobierno de la República genera y recolecta.
baseurl: ""
url: "http://datos.gob.mx/"
twitter_username: DatosGobMx
github_username: mxabierto
# Lista de Colaboradores
collaborators:
secretaria_salud:
title: "Secretaria de Salud"
site: "http://portal.salud.gob.mx/"
logo_url: "logoSALUD_hoz-233x80.png"
imco:
title: "IMCO"
site: "http://imco.org.mx/home/"
logo_url: "IMCO_presidencia-205x80.jpg"
data4:
title: "Data4"
site: ""
logo_url: "D4_Logo-80x80.png"
inegi_facil:
title: "INEGI Fácil"
site: ""
logo_url: "logo_160-80x80.png"
cartografica:
title: "Cartográfica"
site: "http://cartografica.mx/"
logo_url: "logo_cartografica-72-57x80.png"
# Build settings
markdown: kramdown
gems: ['jekyll-timeago']
jekyll_timeago:
depth: 1 # Level of detail
today: 'hoy'
yesterday: 'ayer'
tomorrow: 'mañana'
and: 'y'
suffix: ''
prefix: 'hace'
suffix_future: 'en'
prefix_future: ''
years: 'años'
year: 'año'
months: 'meses'
month: 'mes'
weeks: 'semanas'
week: 'semana'
days: 'dias'
day: 'dia'