-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo-alt_prometeo.toml
350 lines (281 loc) · 8.27 KB
/
hugo-alt_prometeo.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
######################## default configuration ####################
baseURL = "https://isp.uv.es/projects/prometeo/"
publishDir = "public/"
title = "ISP - PROMETEO"
theme = "educenter-hugo"
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
timeZone = "America/New_York"
# post pagination
paginate = 6 # see https://gohugo.io/extras/pagination/
# post excerpt
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
# google analytics
googleAnalytics = "UA-123456-78" # example: UA-123456-78, for more info, read the article https://support.google.com/analytics/answer/1008080?hl=en
# disqus short name
disqusShortname = "themefisher-template" # we use disqus to show comments in blog posts . To install disqus please follow this tutorial https://portfolio.peter-baumgartner.net/2017/09/10/how-to-install-disqus-on-hugo/
# disable language
disableLanguages = [
] # example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
############################# Build ##############################
[build]
noJSConfigInAssets = false
useResourceCacheWhen = 'fallback'
[build.buildStats]
enable = true
[[build.cachebusters]]
source = 'assets/.*\.(js|ts|jsx|tsx)'
target = '(js|scripts|javascript)'
[[build.cachebusters]]
source = 'assets/.*\.(css|sass|scss)$'
target = '(css|styles|scss|sass)'
[[build.cachebusters]]
source = 'assets/.*\.(.*)$'
target = '$1'
############################# Outputs ##############################
[outputs]
home = ["HTML", "RSS", "JSON"]
############################# Imaging ##############################
[imaging]
# See https://github.com/disintegration/imaging
# Default JPEG or WebP quality setting. Default is 75.
quality = 90
resampleFilter = "lanczos"
############################# Caches ###############################
[caches]
[caches.images]
dir = ":resourceDir/_gen"
maxAge = "720h"
[caches.assets]
dir = ":resourceDir/_gen"
maxAge = "720h"
############################# Markup ###############################
[markup]
[markup.goldmark.renderer]
unsafe = true
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/slick/slick.css"
[[params.plugins.css]]
link = "plugins/animate/animate.css"
[[params.plugins.css]]
link = "plugins/venobox/venobox.css"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
# JS Plugins
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
[[params.plugins.js]]
link = "plugins/venobox/venobox.min.js"
[[params.plugins.js]]
link = "plugins/filterizr/jquery.filterizr.min.js"
[[params.plugins.js]]
link = "plugins/google-map/gmap.js"
#################### default parameters ################################
[params]
logo = "images/logo_isp_cn_fondo-modified.png"
# Meta data
description = "This is meta description"
author = "Themefisher"
# contact info
address = "Parc Científic Universitat de València C/ Cat. Agustín Escardino Benlloch, 9"
# contact form action
contact_form_action = "#" # contact form works with https://formspree.io
# Google Analitycs
google_analitycs_id = "" # your id
# top header
top_header = true
# search
search_index = "index.json"
# Preloader
[params.preloader]
enable = false
preloader = "images/preloader.gif" # use jpg, png, svg or gif format.
# Subscription
[params.subscription]
enable = true
# mailchimp subsciption
mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" # replace this code with yours
# google map
[params.map]
enable = true
gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"
map_latitude = "51.5223477"
map_longitude = "-0.1622023"
map_marker = "images/marker.png" # marker size 37*55 px
# cookies
[params.cookies]
enable = true
expire_days = 2
############################# social site ########################
[[params.social]]
title = "facebook"
icon = "ti-facebook" # themify icon : https://themify.me/themify-icons
link = "#"
[[params.social]]
title = "twitter"
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
link = "#"
[[params.social]]
title = "instagram"
icon = "ti-instagram" # themify icon : https://themify.me/themify-icons
link = "#"
[[params.social]]
title = "github"
icon = "ti-github" # themify icon : https://themify.me/themify-icons
link = "#"
[[params.social]]
title = "linkedin"
icon = "ti-linkedin" # themify icon : https://themify.me/themify-icons
link = "#"
################################### English language #####################################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
[Languages.en.params]
home = "Home"
# copyright
copyright = "Copyright © 2021 a hugo theme by [Themefisher](https://themefisher.com/hugo-themes/)"
################### English navigation ####################
# main menu
# [[Languages.en.menu.main]]
# name = "About"
# url = "about/"
# weight = 1
# [[Languages.en.menu.main]]
# name = "course"
# url = "course/"
# weight = 2
[[Languages.en.menu.main]]
weight = 2
name = "Agenda"
hasChildren = true
url = "event/"
# [[Languages.en.menu.main]]
# weight = 3
# name = "Pages"
# hasChildren = true
# [[Languages.en.menu.main]]
# parent = "Pages"
# name = "teacher"
# url = "teacher/"
# [[Languages.en.menu.main]]
# parent = "Pages"
# name = "notice"
# url = "notice/"
# [[Languages.en.menu.main]]
# parent = "Pages"
# name = "event"
# url = "event/"
# [[Languages.en.menu.main]]
# parent = "Pages"
# name = "scholarship"
# url = "scholarship/"
# [[Languages.en.menu.main]]
# parent = "Pages"
# name = "research"
# url = "research/"
# [[Languages.en.menu.main]]
# name = "blog"
# url = "blog/"
# weight = 4
[[Languages.en.menu.main]]
name = "Contact"
url = "contact/"
weight = 5
# footer menu
[[Languages.en.menu.footer]]
name = "people"
url = "https://isp.uv.es/people/"
[[Languages.en.menu.footer]]
name = "notice"
# url = "notice/"
url = "https://isp.uv.es/news/"
[[Languages.en.menu.footer]]
name = "event"
url = "event/"
# [[Languages.en.menu.footer]]
# name = "scholarship"
# url = "scholarship/"
[[Languages.en.menu.footer]]
name = "research"
# url = "research/"
url = "https://isp.uv.es/research/earth_science/"
################################### French language #####################################
[Languages.fr]
languageName = "Fr"
languageCode = "fr-fr"
contentDir = "content/french"
weight = 2
[Languages.fr.params]
home = "Accueil"
# copyright
copyright = "Copyright © 2021 a hugo theme by [Themefisher](https://themefisher.com/hugo-themes/)"
################### French navigation ####################
# main menu
[[Languages.fr.menu.main]]
name = "À propos"
url = "about/"
weight = 1
[[Languages.fr.menu.main]]
name = "Cours"
url = "course/"
weight = 2
[[Languages.fr.menu.main]]
weight = 3
name = "Pages"
hasChildren = true
[[Languages.fr.menu.main]]
parent = "Pages"
name = "teacher"
url = "teacher/"
[[Languages.fr.menu.main]]
parent = "Pages"
name = "notice"
url = "notice/"
[[Languages.fr.menu.main]]
parent = "Pages"
name = "Évènement"
url = "event/"
[[Languages.fr.menu.main]]
parent = "Pages"
name = "Cursus"
url = "scholarship/"
[[Languages.fr.menu.main]]
parent = "Pages"
name = "research"
url = "research/"
[[Languages.fr.menu.main]]
name = "blog"
url = "blog/"
weight = 4
[[Languages.fr.menu.main]]
name = "Contact"
url = "contact/"
weight = 5
# footer menu
[[Languages.fr.menu.footer]]
name = "teacher"
url = "teacher/"
[[Languages.fr.menu.footer]]
name = "notice"
url = "notice/"
[[Languages.fr.menu.footer]]
name = "event"
url = "event/"
[[Languages.fr.menu.footer]]
name = "scholarship"
url = "scholarship/"
[[Languages.fr.menu.footer]]
name = "research"
url = "research/"