Skip to content

Commit 68a904d

Browse files
authored
Merge pull request #17 from beingPro007/main
Enhancement: Introduced only one path for static image storing
2 parents 1ac7723 + 5073f4d commit 68a904d

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

assets/jsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"compilerOptions": {
33
"baseUrl": ".",
44
"paths": {
5-
"*": [
6-
"../../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/[email protected]/package/dist/cjs/*",
7-
"../../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/[email protected]+incompatible/js/*"
8-
]
5+
"*": null
96
}
107
}
118
}

hugo.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
baseURL: https://neurodatawithoutborders.github.io/
22
languageCode: en
33
title: Neurodata Without Borders
4-
paginate: 6
5-
# Markup
4+
5+
# Pagination
6+
pagination:
7+
pagerSize: 10
8+
9+
# Markup
610
markup:
711
goldmark:
812
renderer:
913
unsafe: true
14+
1015
# Modules
1116
module:
1217
mounts:

images/incf-wg-genaral-image.jpg

-13.4 KB
Binary file not shown.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)