-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
207 lines (166 loc) · 4.85 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
######################## default configuration ####################
baseURL = "https://www.eco-compute.io/"
title = "EcoCompute Conference 2025"
theme = "vixcon-hugo"
# post pagination
pagination.pagerSize = "4"
# post excerpt
summaryLength = "10"
# disqus short name
#disqusShortname = "vixcon" # get your shortname form here : https://disqus.com
# disable language
disableLanguages = [] # desable language from here
# output
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup.goldmark.renderer]
unsafe = true
############################# 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 = "plugins/syotimer/syotimer.min.js"
#[[params.plugins.js]]
#link = "plugins/search/fuse.min.js"
#[[params.plugins.js]]
#link = "plugins/search/mark.js"
#[[params.plugins.js]]
#link = "plugins/search/search.js"
############################## navigation ###############################
[menu]
[[menu.main]]
name = "About"
URL = "/about"
weight = 2
[[menu.main]]
name = "Schedule"
URL = "/schedule/2025"
weight = 3
# [[menu.main]]
# name = "Speakers"
# URL = "/speakers/2025"
# weight = 4
[[menu.main]]
name = "Location"
URL = "/#location"
weight = 5
[[menu.main]]
weight = 6
name = "Press"
URL = "/press"
[[menu.main]]
weight = 7
name = "More"
hasChildren = true
[[menu.main]]
# parent = "More"
# name = "Tickets"
# URL = "/#pricing"
[[menu.main]]
parent = "More"
name = "Grants / Reduced Tickets"
URL = "/grants"
[[menu.main]]
parent = "More"
name = "Code of Conduct"
URL = "/codeofconduct"
[[menu.main]]
parent = "More"
name = "FAQ"
URL = "/faq"
[[menu.main]]
parent = "More"
name = "Contact"
URL = "/contact"
[[menu.main]]
parent = "More"
name = "Previous years"
URL = "/previous-years"
[[menu.main]]
parent = "More"
name = "Sponsorship Opportunities"
URL = "/sponsoring"
#################### default parameters ################################
[params]
logo = "images/logo-2.webp"
home = "Home"
# Meta data
description = "EcoCompute - The biggest engineering conference on sustainability in hardware & software"
author = "Green Coding Solutions GmbH"
# email address
email = "[email protected]"
# contact form action
contact_form_action = "#" # contact form works with https://formspree.io
# Google Analitycs
google_analitycs_id = "" # your id
# search for blog page
search = true
# Preloader
[params.preloader]
enable = true
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[params.navigation_button]
enable = false
label = "Get your Ticket"
link = "/#pricing"
# Subscription
[params.subscription]
enable = false
# mailchimp subsciption
mailchimp_form_action = "" # replace this url with yours
mailchimp_form_name = "" # replace this code with yours
# google map
[params.map]
enable = false
#gmap_api = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBu5nZKbeK-WHQ70oqOWo-_4VmwOwKP9YQ"
#map_latitude = "51.5223477"
#map_longitude = "-0.1622023"
#map_marker = "images/marker.webp"
############################# social icon ############################
#[[params.social]]
#icon = "tf-ion-social-facebook"
#link = "#"
#[[params.social]]
#icon = "tf-ion-social-twitter"
#link = "#"
[[params.social]]
icon = "tf-ion-social-linkedin"
link = "https://www.linkedin.com/showcase/eco-compute-io/"
#[[params.social]]
#icon = "tf-ion-social-pinterest"
#link = "#"
#[[params.social]]
#icon = "tf-ion-social-rss"
#link = "#"
################################### English language #####################################
[Languages.en]
languageName = "En"
languageCode = "en-us"
contentDir = "content/english"
weight = 1
[Languages.en.params]
home = "Home"
# footer content
footer_content = "Let's create digital sustainable solutions<br>-<br><a href='/impressum'>Impressum</a> <a href='/datenschutz'>Datenschutz</a>"
# copyright
copyright = "Copyright © 2024 Green Coding Solutions"
################################### French language #####################################
#[Languages.fr]
#languageName = "Fr"
#languageCode = "fr-fr"
#contentDir = "content/french"
#weight = 2
#home = "Accueil"
## footer content
#footer_content = "We are a creative-led experiential Event Production Agency that helps brands connect, engage and evolve."
# copyright
#copyright = "Copyright © 2020 a hugo theme by [themefisher](https://themefisher.com)"