forked from ESNOG/gore-29
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
94 lines (80 loc) · 3 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
baseurl = "https://esnog.net/gore29" # Hostname (and path) to the root.
title = "ESNOG/GORE Reunion 29" # 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. 29 del Grupo de Operadores de Red Español (ESNOG)" # Author's job title or info.
description = "GORE 29 website" # Site description.
keywords = "esnog,gore29,internet" # Site keywords.
#avatarurl = "images/avatar.jpg" # Contain the path of the optionnal avatar in the static folder.
avatarurl = "img/esnog29-framed.png"
footercontent = "Accede a mas detalles del evento en las entradas del menu superior" # Add footer content
fixedbarContent = "Do you want to know me more private?→" # 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 = true # new add
enableFacebookShare = false # new add
enableHatenaShare = false # new add
enableLineShare = false # new add
enableLinkedInShare = true # new add
thumbnail = "img/esnog-29-altxcf.png" # default sns thumbnail
# Multilanguage mode
langseparator = "|" # Separates menus from language selectors when site is multilingual.
# Social links
[[params.social]]
name = "Github"
icon = "fab fa-github"
weight = 1
url = "https://github.com/esnog/"
[[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/in/naro143/"
[[params.social]]
# If icon is not set, Text is displayed.
name = "Slack"
weight = 4
url = "https://esnog.slack.com/"
# Menu links
[[menu.main]]
name = "Agenda"
weight = 1
url = "agenda"
[[menu.main]]
name = "Detalles y Registro"
weight = 2
url = "posts"
[[menu.main]]
name = "Acerca de ESNOG"
weight = 4
url = "about"
#[[menu.main]]
# name = "Registro"
# weight = 3
# url = "posts/registro"