-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
303 lines (240 loc) · 9.37 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
#-------------------------------
# General Site Settings
baseURL = "https://earthtoolsmaker.org/"
languageCode = "en-us"
title = "EarthToolsMaker"
googleAnalytics = "" # Add your identifier. For example UA-99631805-1.
paginate = 6
[params]
math = true
logo = "/images/logos/earth-tools-maker.png" # You can add own logo. For example "/images/logo.png".
# logo_dark = "/images/logo.png"
description = "Open Technology for Wildlife and the Planet"
# color_scheme = "auto" # You can choose three modes auto, light, and dark. By default, the auto mode is set, which means the users can choose the light or dark mode themself.
color_scheme = "light" # You can choose three modes auto, light, and dark. By default, the auto mode is set, which means the users can choose the light or dark mode themself.
#-------------------------------
# Author Settings
[params.author]
author_name = "Earth Tools Maker"
#-------------------------------
# Main Menu
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 3
# hasChildren = true
[[menu.main]]
name = "Spaces"
url = "/spaces/"
weight = 4
[[menu.main]]
name = "Blog"
url = "/posts/"
weight = 5
[[menu.main]]
name = "Donate"
url = "/donate/"
weight = 6
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 7
# [[menu.main]]
# parent = "Pages"
# name = "Contact"
# url = "/contact/"
# weight = 1
# [[menu.main]]
# parent = "Pages"
# name = "Elements"
# url = "/elements/"
# weight = 2
# Footer Menu
[[menu.footer]]
name = "Home"
url = "/"
weight = 1
[[menu.footer]]
name = "About"
url = "/about/"
weight = 2
[[menu.footer]]
name = "Projects"
url = "/projects/"
weight = 3
[[menu.footer]]
name = "Spaces"
url = "/spaces/"
weight = 4
[[menu.footer]]
name = "Blog"
url = "/posts/"
weight = 5
[[menu.footer]]
name = "Donate"
url = "/donate/"
weight = 6
[[menu.footer]]
name = "Sponsor"
url = "/sponsor/"
weight = 7
[[menu.footer]]
name = "Contact"
url = "/contact/"
weight = 8
#-------------------------------
# Social Settings
[[params.social]]
icon = "fa-brands fa-github"
name = "Github"
link = "https://github.com/earthtoolsmaker"
[[params.social]]
icon = "fa-brands fa-solid fa-face-smiling-hands"
# icon = "fa-brands fa-twitter"
image = "/images/social/hf.svg"
name = "HuggingFace"
link = "https://huggingface.co/earthtoolsmaker"
# [[params.social]]
# icon = "fa-brands fa-twitter"
# name = "Twitter"
# link = "https://twitter.com"
# [[params.social]]
# icon = "fa-brands fa-facebook"
# name = "Facebook"
# link = "https://facebook.com"
# [[params.social]]
# icon = "fa-brands fa-pinterest"
# name = "Pinterest"
# link = "https://pinterest.com"
# Example of adding a new link to the header and footer:
# [[params.social]]
# icon = "fa-brands fa-youtube"
# name = "Youtube"
# link = "https://youtube.com"
# Other icons can be found at https://fontawesome.com/icons
#-------------------------------
# Hero Settings
[params.hero]
enable = true
hero_title = "Open Technology for <span><i>wildlife + planet</i></span>" # Add the "span" tag to highlight text.
hero_description = "Developing Open Source technology to address conservation and environmental challenges for wildlife and the planet."
hero_image = "/images/pages/home/hero.jpg"
hero_button_contact = "Get In Touch"
hero_button_about = "About"
#-------------------------------
# Projects Settings
[params.projects]
enable = true
[params.projects.completed]
enable = true
projects_title= "👨🏻💻 Completed Projects"
limit = 6
[params.projects.fundraising]
enable = true
projects_title= "😇 Looking for Funding"
limit = 3
#-------------------------------
# Testimonials Section
[params.testimonials]
enable = true
testimonial_title = "🙂 What Partners Say"
[[params.testimonial_item]]
name = "Matéo Lostanlen"
image = "/images/testimonials/mateo_pyronear.png"
logo = "/images/clients/pyronear/logo.png"
designation = "CTO - Pyronear"
link = "https://www.pyronear.org"
content = "We absolutely love working with you. You are incredibly professional. They trained our latest model and achieved outstanding performance, setting a new benchmark. They also implemented the MLOps pipeline!"
[[params.testimonial_item]]
name = "Will Atlas"
image = "/images/testimonials/will-atlas.jpg"
logo = "/images/clients/wild_salmon_centre/logo.png"
designation = "Salmon Watershed Scientist - Wild Salmon Center"
link = "https://wildsalmoncenter.org/"
content = "It has been an absolute pleasure working with you on SalmonVision. Your diverse skillset, ability to be forward thinking, and work with our team of collaborators was essential to the success of our project. We really couldn't have done it without you! I hope we can continue working together to improve and expand the tools offered by SalmonVision over the coming years."
[[params.testimonial_item]]
name = "Yohan Runhaar"
image = "/images/testimonials/yohan-reefsupport.jpg"
logo = "/images/clients/reefsupport/logo_without_text.png"
designation = "CTO - ReefSupport"
link = "https://reef.support"
content = "I am very excited for what is ahead, there is so much potential in the work that's been done. Your hard work and passion have really shone through!"
[[params.testimonial_item]]
name = "Thijs Suijten"
image = "/images/testimonials/thijs-hacktheplanet.jpg"
logo = "/images/clients/hacktheplanet/logo_without_text.png"
designation = "Co-founder & CTO - HackThePlanet"
link = "https://www.hack-the-planet.io/"
content = "They really helped us by training a YOLOv8 model for our system to prevent human-bear-conflicts. He thinks along well, knows what he is talking about and is a nice person to work with!"
[[params.testimonial_item]]
name = "Melanie Clapham"
image = "/images/testimonials/melanie-bearid.jpg"
logo = "/images/clients/bearid/logo_without_text.png"
designation = "Director & Conservation Scientist - The BearID Project"
link = "https://bearresearch.org/"
content = "There is definitely a want and need from the conservation community to work with people like you, with your expertise, as the technical side to this type of development is often the barrier. "
# [[params.testimonial_item]]
# name = "Hanna Franci"
# image = "https://via.placeholder.com/200x200"
# designation = "Product Designer"
# link = "https://facebook.com/"
# content = "Quisque cursus, metus vitae pharetra auctor, sem massa mattis sem, at interdum magna augue eget diam. Vestibulum ante ipsum primis in faucibus orci luctus"
#-------------------------------
# Blog Section
[params.blog]
enable = true
blog_title = "📚 Read Latest Posts"
#-------------------------------
# Tags Section
[params.tags]
enable = true
tags_title = "✌️ Explore Topics"
#-------------------------------
# Newsletter Settings
[params.mailchimp]
enable = true
mailchimp_title = "Get interesting news"
# FIXME:
mailchimp_identifier = "caillau.us22.list-manage.com/subscribe/post?u=d8421822b19ca15ee7e4b0a6d&id=8f6a5abb56&f_id=007ac1e1f0"
# mailchimp_identifier = "frnla.us6.list-manage.com/subscribe/post?u=6314d69a3f315af7ce3fb00a0&id=3038727cc3" # Add your MailChimp form identifier. For example - frnla.us6.list-manage.com/subscribe/post?u=6314d69a3f315af7ce3fb00a0&id=3038727cc3
mailchimp_input_text = "Enter your email address"
mailchimp_background_image = "/images/subscribe/background.jpg"
#-------------------------------
# Footer Settings
[params.footer]
# footer_description = "I’m Aaron, a creative Illustrator & Art Director based in San Francisco. I seek to push the limits of creativity to create high-engaging and memorable interactive experiences."
footer_description = "Developing Open Source technology to address conservation and environmental challenges for wildlife and the planet."
#-------------------------------
# Contact Settings
[params.contact]
contact_email = "mqkrynry" # Add your form_id
# NOTE
# Simpler theme comes with a contact form built-in. You can use this form with Formspree (https://formspree.io/) service and get up to 50 submissions for free. Also, you can easily switch to another service if you want.
#-------------------------------
# Comment Section (Disqus)
[params.disqus]
enable = false
disqusShortname = "anvodstudio-demo" # Add your shortname for Disqus Comment. For example anvodstudio-demo
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [['\[', '\]'], ['$$', '$$']]
inline = [['\(', '\)']]
[markup.highlight]
codeFences = true
guessSyntax = true
noClasses = false