forked from ESNOG/gore-32
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
88 lines (75 loc) · 2.9 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
baseurl = "https://www.esnog.net/gore32" # Hostname (and path) to the root.
title = "ESNOG/GORE Reunion 32" # Site title.
theme = "coder-portfolio" # Set the theme.
languagecode = "es" # The site’s language code used to generate RSS.
defaultcontentlanguage = "es" # The default content language.
paginate = 20 # Default number of pages per page in pagination.
pygmentsstyle = "b2" # Color-theme or style for syntax highlighting.
pygmentscodefences = true # Enable code fence background highlighting.
pygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences without specified language.
pygmentsUseClasses = true # new add
#disqusShortname = "yourdiscussshortname" # Enable or disable Disqus.
[params] # theme parameters
author = "" # Author's name.
info = "Reunion no. 32 del Grupo de Operadores de Red Español (ESNOG)" # Author's job title or info.
description = "GORE 32 website" # Site description.
keywords = "esnog,gore32,internet" # Site keywords.
#avatarurl = "images/avatar.jpg" # Contain the path of the optionnal avatar in the static folder.
avatarurl = "img/esnog32-framed.svg"
footercontent = "Accede a mas detalles del evento en las entradas del menu superior" # Add footer content
#fixedbarContent = "Accede a mas detalles del evento en las entradas del menu superior" # Add fixedbar content
#fixedbarContentAfter = "Gracias por tu interes. Compartelo si te gusta →" # Add fixedbar content after click
# Whether you want to hide copyright and credits in the footer.
hideCredits = false
hideCopyright = false
# Custom CSS
custom_css = []
# Alignment of Mobile Menu items
itemscentered = true
# RTL support
rtl = false
# Bottom sns share
snsShare = true # new add
# Popular sns share
# if you want add sns. please message!
enableTwitterShare = false # new add
enableFacebookShare = false # new add
enableHatenaShare = false # new add
enableLineShare = false # new add
enableLinkedInShare = false # new add
thumbnail = "img/esnog-30-altxcf.png" # default sns thumbnail
# Multilanguage mode
langseparator = "|" # Separates menus from language selectors when site is multilingual.
# Social links
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter"
weight = 2
url = "https://twitter.com/esnog1/"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-linkedin"
weight = 3
url = "https://www.linkedin.com/company/esnog/"
[[params.social]]
# If icon is not set, Text is displayed.
name = "Telegram"
weight = 4
url = "https://t.me/esnog_es"
# Menu links
[[menu.main]]
name = "Registro"
weight = 1
url = "registro"
[[menu.main]]
name = "Agenda"
weight = 2
url = "agenda"
[[menu.main]]
name = "Acerca de ESNOG"
weight = 3
url = "about"
[[menu.main]]
name = "Patrocinio"
weight = 4
url = "patrocinio"