forked from CodeandoMexico/staticpages-datamx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config-local.yml
44 lines (39 loc) · 1015 Bytes
/
_config-local.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
# Site settings
title: Datamx.io - La plataforma de datos abiertos de México.
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
En datos.gob.mx puedes descargar y utilizar libremente datos abiertos
que el Gobierno de la República genera y recolecta.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://localhost:4000/" # the base hostname & protocol for your site
twitter_username: datamx_io
github_username: codeandomexico
# Collaborators
collaborators:
equipo_datamx:
title: "Datamx.io"
logo_url: "logo_datamx.png"
#Jekyll build settings
sass_options:
unix_newlines: true
markdown: kramdown
gems:
- jekyll-compass
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'