-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
484 lines (386 loc) · 10.1 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
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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
################################# Basic configuration #########################
# Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
baseURL = "https://iibmers.org/"
title = "IIBMers"
theme = ["hugo-redirect", "airspace-hugo"]
# Number of posts per page in list view
paginate = "4"
# Post excerpt length
summaryLength = "30"
# Disabled languages
disableLanguages = []
# Short name to enable Disqus comments
disqusShortname = "" # Get your shortname from here: https://disqus.com/profile/signup/
# Measurement ID (G-XXXXXXX) to enable Google Analytics
googleAnalytics = ""
publishDir = "docs" # debe coincidir con lo que se configure en el workflow ( si es que se hace el deploy con github actions)
################################# Output formats ##############################
# Documentation: https://gohugo.io/templates/output-formats/#customizing-output-formats
[outputs]
home = [ "HTML" ]
################################# Markup ######################################
# Documentation: https://gohugo.io/getting-started/configuration-markup
[markup.goldmark.renderer]
# Allow "unsafe" HTML in Markdown
unsafe = true
[markup.tableOfContents]
startLevel = 2
endLevel = 6
ordered = false
################################# Default parameters ##########################
[params]
logo = "images/logo.gif"
logo_width = "200px"
favicon = "images/favicon.png"
# OpenGraph / Twitter Card metadata
title = "IIBMers"
description = "Self-organized Biological and Medical Engineering students"
author = "IIBMers"
images = [ "images/logo.png" ] # First image here will be used as fallback if a page has no images of its own
################################# Sidebar widgets #############################
[params.widgets]
sidebar = ["recent_posts", "taxonomy_category", "taxonomy_tags"]
################################# Contact page ################################
[params.contact]
# Address block
phone = "+56 986016091"
email = "[email protected]"
location = """
Campus San Joaquín - Avda.Vicuña Mackenna 4860
**IIBM**
Instituto de Ingeniería Biológica y Médica,
Macul,
Región Metropolitana,
Chile.
"""
# Whether to display text descriptors (like "E-mail: ", "Phone: ") before the address block elements
address_descriptors = false
[params.contact.form]
enable = true
# Whether to use [Netlify Forms](https://docs.netlify.com/forms/setup/)
use_netlify = false
# Form action
## For Formspree.io: Your Form ID URL, e.g. `https://formspree.io/f/{form_id}`
## For Netlify Forms: Path to a custom [success page](https://docs.netlify.com/forms/setup/#success-messages)
action = "https://formspree.io/f/xeqveojz"
################################# Google map ##################################
[params.gmap]
enable = true
gmap_api = "AIzaSyAFAAftdnGMHyfPR_eX1bdq67TfCmecXVM"
map_latitude = "-33.4986007"
map_longitude = "-70.6120428"
map_marker = "images/marker.png"
################################# Preloader ###################################
[params.preloader]
enable = true
preloader = "" # use .png , .svg or .gif image
################################# Cookies #####################################
[params.cookies]
enable = false
expire_days = 2
################################# Social Media ################################
[[params.social]]
icon = "ion-social-twitter-outline" #ionicon pack v2 : https://ionicons.com/v2/
link = "https://twitter.com/IIBMErs_"
[[params.social]]
icon = "ion-social-instagram-outline" #ionicon pack v2 : https://ionicons.com/v2/
link = "https://www.instagram.com/iibmers/"
[[params.social]]
icon = "ion-social-facebook-outline" #ionicon pack v2 : https://ionicons.com/v2/
link = "https://www.facebook.com/iibmers"
[[params.social]]
icon = "ion-social-youtube-outline" #ionicon pack v2 : https://ionicons.com/v2/
link = "https://www.youtube.com/channel/UCkovYMRH5t05yrkC0AegO1A/featured"
################################# Plugins #####################################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/css/bootstrap.min.css"
attributes = "media='screen'"
[[params.plugins.css]]
link = "plugins/ionicons/css/ionicons.min.css"
attributes = ""
[[params.plugins.css]]
link = "plugins/magnific-popup/magnific-popup.min.css"
attributes = ""
[[params.plugins.css]]
link = "plugins/slick/slick.css"
attributes = ""
# JS Plugins
[[params.plugins.js]]
link = "plugins/jquery/jquery.min.js"
attributes = ""
[[params.plugins.js]]
link = "plugins/bootstrap/js/bootstrap.min.js"
attributes = ""
[[params.plugins.js]]
link = "plugins/slick/slick.min.js"
attributes = ""
[[params.plugins.js]]
link = "plugins/magnific-popup/magnific-popup.min.js"
attributes = ""
[[params.plugins.js]]
link = "plugins/shuffle/shuffle.min.js"
attributes = ""
[[params.plugins.js]]
link = "plugins/google-map/gmap.js"
attributes = "defer"
################################# English translation #########################
[languages.en]
languageName = "English"
languageCode = "en-US"
contentDir = "content/english"
weight = 1
copyright = "Copyright © 2021 [IIBMers github](https://github.com/IIBMErs). All Rights Reserved."
# Main menu
[[languages.en.menu.main]]
name = "Home"
URL = "/"
weight = 1
[[languages.en.menu.main]]
name = "About"
URL = "about"
weight = 2
[[languages.en.menu.main]]
name = "Projects"
URL = "projects"
weight = 3
[[languages.en.menu.main]]
name = "Blog"
URL = "blog"
weight = 4
[[languages.en.menu.main]]
name = "Approach"
URL = "approach"
weight = 5
[[languages.en.menu.main]]
name = "Contact"
URL = "contact"
weight = 6
# Footer menu
[[languages.en.menu.footer]]
name = "About"
URL = "about"
weight = 1
[[languages.en.menu.footer]]
name = "Projects"
URL = "projects"
weight = 2
[[languages.en.menu.footer]]
name = "Blog"
URL = "blog"
weight = 3
[[languages.en.menu.footer]]
name = "Approach"
URL = "approach"
weight = 4
[[languages.en.menu.footer]]
name = "Contact"
URL = "contact"
weight = 5
################################# French translation ##########################
[languages.fr]
languageName = "Français"
languageCode = "fr-FR"
contentDir = "content/french"
weight = 2
copyright = "Copyright © 2021 [Themefisher](https://themefisher.com). Tous droits réservés."
# Main menu
[[languages.fr.menu.main]]
name = "Accueil"
URL = "/"
weight = 1
[[languages.fr.menu.main]]
name = "À propos"
URL = "about"
weight = 2
[[languages.fr.menu.main]]
name = "Projet"
URL = "projects"
weight = 3
[[languages.fr.menu.main]]
name = "Blog"
URL = "blog"
weight = 4
[[languages.fr.menu.main]]
weight = 5
name = "Plus"
hasChildren = true
[[languages.fr.menu.main]]
parent = "Plus"
name = "Questions fréquentes"
URL = "faq"
[[languages.fr.menu.main]]
parent = "Plus"
name = "Tarification"
URL = "pricing"
[[languages.fr.menu.main]]
parent = "Plus"
name = "Service"
URL = "service"
[[languages.fr.menu.main]]
name = "Contact"
URL = "contact"
weight = 6
# Footer menu
[[languages.fr.menu.footer]]
name = "À propos"
URL = "about"
weight = 1
[[languages.fr.menu.footer]]
name = "Projet"
URL = "projects"
weight = 2
[[languages.fr.menu.footer]]
name = "Service"
URL = "service"
weight = 3
[[languages.fr.menu.footer]]
name = "Tarification"
URL = "pricing"
weight = 4
[[languages.fr.menu.footer]]
name = "Questions fréquentes"
URL = "faq"
weight = 5
[[languages.fr.menu.footer]]
name = "Contact"
URL = "contact"
weight = 6
################################# Italian translation ##########################
[languages.it]
languageName = "Italiano"
languageCode = "it-IT"
contentDir = "content/italian"
weight = 2
copyright = "Copyright © 2021 [Themefisher](https://themefisher.com). Tutti i diritti riservati."
# Main menu
[[languages.it.menu.main]]
name = "Pagina iniziale"
URL = "/"
weight = 1
[[languages.it.menu.main]]
name = "Chi siamo"
URL = "about"
weight = 2
[[languages.it.menu.main]]
name = "Progetto"
URL = "projects"
weight = 3
[[languages.it.menu.main]]
name = "Blog"
URL = "blog"
weight = 4
[[languages.it.menu.main]]
weight = 5
name = "Più"
hasChildren = true
[[languages.it.menu.main]]
parent = "Più"
name = "Domande frequenti"
URL = "faq"
[[languages.it.menu.main]]
parent = "Più"
name = "Tariffazione"
URL = "pricing"
[[languages.it.menu.main]]
parent = "Più"
name = "Servizio"
URL = "service"
[[languages.it.menu.main]]
name = "Contatta"
URL = "contact"
weight = 6
# Footer menu
[[languages.it.menu.footer]]
name = "Chi siamo"
URL = "about"
weight = 1
[[languages.it.menu.footer]]
name = "Progetto"
URL = "projects"
weight = 2
[[languages.it.menu.footer]]
name = "Servizio"
URL = "service"
weight = 3
[[languages.it.menu.footer]]
name = "Tariffazione"
URL = "pricing"
weight = 4
[[languages.it.menu.footer]]
name = "Domande frequenti"
URL = "faq"
weight = 5
[[languages.it.menu.footer]]
name = "Contatta"
URL = "contact"
weight = 6
################################# German translation ##########################
[languages.de]
languageName = "Deutsch"
languageCode = "de-DE"
contentDir = "content/german"
weight = 3
copyright = "Copyright © 2021 [Themefisher](https://themefisher.com). Alle Rechte vorbehalten."
# Main menu
[[languages.de.menu.main]]
name = "Startseite"
URL = "/"
weight = 1
[[languages.de.menu.main]]
name = "Über"
URL = "about"
weight = 2
[[languages.de.menu.main]]
name = "Projekt"
URL = "projects"
weight = 3
[[languages.de.menu.main]]
name = "Blog"
URL = "blog"
weight = 4
[[languages.de.menu.main]]
name = "Mehr"
hasChildren = true
weight = 5
[[languages.de.menu.main]]
parent = "Mehr"
name = "Häufige Fragen"
URL = "faq"
[[languages.de.menu.main]]
parent = "Mehr"
name = "Preise"
URL = "pricing"
[[languages.de.menu.main]]
parent = "Mehr"
name = "Dienstleistung"
URL = "service"
[[languages.de.menu.main]]
name = "Kontakt"
URL = "contact"
weight = 6
# Footer menu
[[languages.de.menu.footer]]
name = "Über"
URL = "about"
weight = 1
[[languages.de.menu.footer]]
name = "Projekt"
URL = "projects"
weight = 2
[[languages.de.menu.footer]]
name = "Dienstleistung"
URL = "service"
weight = 3
[[languages.de.menu.footer]]
name = "Preise"
URL = "pricing"
weight = 4
[[languages.de.menu.footer]]
name = "Häufige Fragen"
URL = "faq"
weight = 5
[[languages.de.menu.footer]]
name = "Kontakt"
URL = "contact"
weight = 6