Skip to content

Commit

Permalink
Merge pull request #17 from beingPro007/main
Browse files Browse the repository at this point in the history
Enhancement: Introduced only one path for static image storing
  • Loading branch information
rly authored Jan 29, 2025
2 parents 1ac7723 + 5073f4d commit 68a904d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 1 addition & 4 deletions assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/[email protected]/package/dist/cjs/*",
"../../../../Library/Caches/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/[email protected]+incompatible/js/*"
]
"*": null
}
}
}
9 changes: 7 additions & 2 deletions hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
baseURL: https://neurodatawithoutborders.github.io/
languageCode: en
title: Neurodata Without Borders
paginate: 6
# Markup

# Pagination
pagination:
pagerSize: 10

# Markup
markup:
goldmark:
renderer:
unsafe: true

# Modules
module:
mounts:
Expand Down
Binary file removed images/incf-wg-genaral-image.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68a904d

Please sign in to comment.