@@ -135,3 +135,103 @@ author = "authors"
135
135
[services .rss ]
136
136
# Number of items to include in the RSS feed.
137
137
limit = 20
138
+
139
+ # ################### default parameters ################################
140
+ # favicon
141
+ favicon = " images/favicon.png"
142
+ # logo
143
+ logo = " images/logo.png"
144
+ logo_darkmode = " images/logo-darkmode.png"
145
+ # use `px` or `x` with logo_width, example: "100px".
146
+ # Note: logo_width is not work with .svg file
147
+ logo_width = " 350px"
148
+ logo_height = " 54px"
149
+ # if logo_webp set false, will not generate WEBP version of logo | default is true
150
+ logo_webp = true
151
+ # logo text will only show when logo is missing.
152
+ logo_text = " Open Neuromorphic"
153
+ # navbar fixed to top
154
+ navbar_fixed = true
155
+ # theme-mode
156
+ theme_switcher = true
157
+ theme_default = " system" # available options [light/dark/system]
158
+ # Main Sections
159
+ mainSections = [" blog" ," workshops" ]
160
+ # contact form action
161
+ contact_form_action = " #" # contact form works with [https://airform.io/] or [https://formspree.io]
162
+ # google tag manager, see https://developers.google.com/tag-manager/
163
+ google_tag_manager = " " # example: G-XXXXXXXXXX
164
+ google_adsense = " " # example: ca-pub-xxxxxxxxxxxxxxxx
165
+ # custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
166
+ custom_script = " "
167
+ # copyright
168
+ copyright = " © 2022 - 2025 Open Neuromorphic"
169
+
170
+ homepageTitle = " Open Neuromorphic is a global community fostering education, research, and open-source collaboration in brain-inspired AI and hardware. "
171
+
172
+ # Preloader
173
+ # preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader
174
+ [preloader ]
175
+ enable = false
176
+ preloader = " " # use jpg, png, svg or gif format.
177
+
178
+ # Navigation button
179
+ [navigation_button ]
180
+ enable = true
181
+ label = " Join Discord"
182
+ label_sub = " (2100+ joined)"
183
+ link = " https://discord.gg/hUygPUdD8E"
184
+
185
+ # search
186
+ [search ]
187
+ enable = true
188
+ primary_color = " #667eea"
189
+ include_sections = [" blog" , " workshops" , " neuromorphic-computing" , " contributors" , " getting-involved" , " volunteer-opportunities" ]
190
+ show_image = false
191
+ show_description = true
192
+ show_tags = true
193
+ show_categories = true
194
+
195
+
196
+ # seo meta data for OpenGraph / Twitter Card
197
+ # seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo
198
+ [metadata ]
199
+ keywords = [" neuromorphic computing" , " artificial intelligence" , " open source" ]
200
+ description = " Explore the world of Neuromorphic Computing, AI, and Devices in an open-source community. Join us for educational content, and collaborative innovation"
201
+ author = " Open Neuromorphic"
202
+ image = " images/og-image.png"
203
+
204
+
205
+ # site verifications
206
+ # verification module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/site-verifications
207
+ [site_verification ]
208
+ google = " " # Your verification code
209
+ bing = " " # Your verification code
210
+ baidu = " " # Your verification code
211
+ facebook = " " # Your verification code
212
+ mastodon = " " # Your verification code
213
+
214
+ # cookies
215
+ # cookies module: https://github.com/gethugothemes/hugo-modules/tree/master/components/cookie-consent
216
+ [cookies ]
217
+ enable = true
218
+ expire_days = 60
219
+ content = " This site uses cookies & analytics. By continuing to use this website, you agree to their use."
220
+ button = " I Accept"
221
+
222
+
223
+ [[params .plugins .js ]]
224
+ link = " plugins/lazy-loader.js"
225
+ # [[params.plugins.js]]
226
+ # link = "plugins/cookie.js"
227
+
228
+ # ####################### sidebar widgets #########################
229
+ [widgets ]
230
+ sidebar = []
231
+
232
+ # Subscription
233
+ [subscription ]
234
+ enable = false
235
+ # mailchimp subsciption
236
+ # mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
237
+ # mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074"
0 commit comments