-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
111 lines (97 loc) · 2.68 KB
/
config.toml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
buildDrafts = false
baseurl = "//mapcolabora.org/"
defaultContentLanguage = "es"
title = "Mapeado Colaborativo"
theme = "beautifulhugo"
[Params]
subtitle = "Nuevas cartografías colaborativas al alcance de todos"
logo = "img/mapeado_colaborativo_logo3b_color.svg"
#logo = "http://mapcolabora.org/mapeado_colaborativo_logo3b_color.svg"
favicon = "img/favicon.ico"
dateFormat = "2/1/2006"
commit = false
rss = true
comments = true
# gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
[[Params.bigimg]]
src = "img/cartel-aps.png"
desc = "Datos de accesibilidad en Zaragoza"
[[Params.bigimg]]
src = "img/fieldpapers.jpeg"
desc = "Fieldpapers de la I Mapping Party (2016)"
[[Params.bigimg]]
src = "img/proyectos/ziclabilidad/Ziclabilidad.png"
desc = "Mapa interactivo sobre la infraestructura ciclista en Zaragoza"
[Languages]
[Languages.es]
title = "Mapeado Colaborativo"
weight = 1
[Author]
name = "Mapeado Colaborativo"
website = "mapcolabora.org"
email = "[email protected]"
#facebook = "username"
#googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
github = "mapcolabora"
#gitlab = "username"
twitter = "mapcolabora"
#reddit = "username"
#linkedin = "username"
#xing = "username"
# stackoverflow = "users/XXXXXXX/username"
# snapchat = "username"
# instagram = "username"
# youtube = "user/username" # or channel/channelname
# soundcloud = "username"
# spotify = "username"
# bandcamp = "username"
# itchio = "username"
# vk = "username"
# paypal = "username"
# telegram = "username"
[[menu.main]]
name = "Acerca de"
url = "page/about/"
weight = 1
[[menu.main]]
parent = "Acerca de"
name = "Sobre Mapeado Colaborativo"
url = "page/about/"
weight = 1
[[menu.main]]
parent = "Acerca de"
name = "Personas"
url = "people"
weight = 3
[[menu.main]]
name = "Blog"
url = "post"
weight = 2
[[menu.main]]
identifier = "projects"
name = "Proyectos"
url = "project"
weight = 4
[[menu.main]]
name = "Tags"
url = "tags"
weight = 5
[[menu.main]]
identifier = "Contacto & Agenda"
name = "Contacto & Agenda"
weight = 20
[[menu.main]]
parent = "Contacto & Agenda"
name = "Lista de Correo"
weight = 21
url = "https://groups.google.com/forum/#%21forum/mapeado-colaborativo"
[[menu.main]]
name = "Meetup"
parent = "Contacto & Agenda"
weight = 22
url = "https://www.meetup.com/es-ES/mapcolabora/"
[[menu.main]]
name = "Calendario"
parent = "Contacto & Agenda"
weight = 23
url = "page/calendario"