We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3cf3a commit 46cc932Copy full SHA for 46cc932
hugo.yaml
@@ -1,21 +1,21 @@
1
baseURL: "https://neurodatawithoutborders.github.io/nwb-website/"
2
languageCode: "en"
3
title: "Neurodata Without Borders"
4
-
5
paginate: 6
6
7
# Markup
8
markup:
9
goldmark:
10
renderer:
11
unsafe: true
12
13
# Modules
14
module:
15
mounts:
16
- source: "assets"
17
target: "assets"
18
+ - source: "static"
+ target: "static"
+ target: ""
19
params:
20
socials:
21
twitter: https://twitter.com/NeurodataWB
0 commit comments