-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
191 lines (146 loc) · 4.2 KB
/
config.toml
File metadata and controls
191 lines (146 loc) · 4.2 KB
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
######################## default configuration ####################
baseURL = "https://ccoss.org/"
title = "Cumbre de Contribuidores de Open Source Software (CCOSS)"
enableRobotsTXT = true
DefaultContentLanguage = "en"
RemovePathAccents = true
theme = "ccoss"
# post pagination
paginate = "8"
# output
[outputs]
home = ["HTML", "RSS"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"
category = "categories"
speaker = "speakers"
room = "room"
[sitemap]
changefreq = 'weekly'
filename = 'sitemap.xml'
priority = 0.5
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "/plugins/bootstrap/css/bootstrap.min.css"
[[params.plugins.css]]
link = "/plugins/themefisher-font/themefisher-font.min.css"
# JS Plugins
[[params.plugins.js]]
link = "/plugins/jquery/jquery.js"
[[params.plugins.js]]
link = "/plugins/bootstrap/js/bootstrap.min.js"
[[params.plugins.js]]
link="https://unpkg.com/bootstrap-table@1.18.0/dist/bootstrap-table.min.js"
[[params.plugins.js]]
link="https://kit.fontawesome.com/a6f10b653b.js"
############################## navigation ###############################
[menu]
#[[menu.main]]
# identifier = "asistentes"
# name = "Asistentes"
# url = "/#"
# weight = 3
# [[menu.main]]
# identifier = "vacantes"
# name = "Vacantes"
# url = "/vacantes"
# parent = "asistentes"
# weight = 4
[[menu.main]]
name = "Acerca de"
URL = "/about"
weight = 1
#[[menu.main]]
#name = "Talleres"
#URL = "/sessions/2021/"
#weight = 2
#[[menu.main]]
#name = "Ticket"
#URL = "/ticket"
#weight = 2
[[menu.main]]
name = "Sesiones anteriores"
URL = "/sessions/2024"
weight = 3
[[menu.main]]
name = "Conferencistas anteriores"
URL = "/speakers/archive"
weight = 5
#[[menu.main]]
#name = "Networking"
#URL = "/networking"
#weight = 5
[[menu.main]]
name = "FAQ"
URL = "/faq"
weight = 7
# [[menu.main]]
# name = "Edición 2021"
# URL = "/sessions/2021"
# weight = 8
#################### default parameters ################################
[params]
logo = "/images/logo-monochrome.svg"
home = "Home"
# Meta data
description = """La Cumbre de Contribuidores de Open Source Software (CCOSS) es un evento con charlas, talleres y mentorías para impulsar la contribución al open source en Latinoamérica."""
images = ["/images/CCOSS+KCD-card.jpg"]
twitter_user = "@RevistaSG"
email = "hola@ccoss.org"
author = "Software Guru"
# Google Analitycs
googleAnalytics = "G-M9TKWBTNE6" # your id
# search for blog page
search = true
disclaimer = """La Cumbre de Contribuidores de Open Source Software (CCOSS)y el KCD México son realizados por Software Guru en colaboración con la comunidad Kubernetes México."""
start_date = "2022-11-10T10:00-05:00"
end_date = "2022-11-12T16:00-05:00"
[params.venue]
name = "Intel GDC"
street = "Av. del Bosque 1001"
city = "Zapopan"
region = "JAL"
zipcode = "45017"
country = "Mexico"
# Preloader
[params.preloader]
enable = false
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[params.navigation_button]
enable = false
label = "Obten tu boleto"
link = "/tickets"
############################# social icon ############################
[[params.social]]
icon = "tf-ion-social-youtube"
link = "https://www.youtube.com/playlist?list=PLnLzwYW6HOC6rbYIcrLnVkIMdG_9WB7vn"
[[params.social]]
icon = "fas fa-envelope"
link = "mailto:hola@ccoss.org"
[[params.social]]
icon = "fa-brands fa-slack"
link = "https://sg1.run/ccoss-slack"
[[params.footer_about]]
name = "Organizadores"
link = "/team/"
[[params.footer_about]]
name = "Eventos Previos"
link = "/sessions/"
[[params.footer_source]]
name = "Código fuente del sitio"
link = "https://github.com/softwareguru/ccoss-website"
[[params.footer_previous]]
name = "Prospectus"
link = "/files/CCOSSKCD2024-Prospectus.pdf"
[[params.footer_previous]]
name = "Código de Conducta"
link = "/coc/"
[[params.footer_resources]]
name = "Email"
link = "mailto:hola@ccoss.org"