Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/online-resources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resources_section:
- title: "Hackathons"
content: "NWB Hackathon events and information"
image: "/images/hackathon_icon.png"
url: "https://neurodatawithoutborders.github.io/nwb_hackathons/"
url: "/events/"
- title: "NWB Neurodata Extension (NDX) Catalog"
content: "Discover NWB extensions"
image: "/images/ndxcatalog_logo_framed.png"
Expand Down Expand Up @@ -75,5 +75,5 @@ docs_section:
- title: "Core Tools"
content: "Documentation for NWB core tools"
image: "/images/r-docs.png"
url: "https://neurodatawithoutborders.github.io/tools/core/"
url: "/tools/core/"
---
5 changes: 1 addition & 4 deletions content/tools/community/nwbview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"/Users/bendichter/dev/neurodatawithoutborders.github.io/layouts/shortcodes/tool-grid.html:29:1": parse failed unexpected EOF Error getting the Hugo object: parse failed unexpected EOF
/Users/bendichter/dev/neurodatawithoutborders.github.io/layouts/shortcodes/tool-grid.html:29:1:
</div>
</div>---
---
title: "NWBView"
description: "A cross-platform software with a graphical user interface to display the contents of the binary NWB file format. Written in Rust for high-performance, memory safety and ease of deployment."
category: "exploration"
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL: https://neurodatawithoutborders.github.io/
baseURL: https://nwb.org/
languageCode: en
title: Neurodata Without Borders

Expand Down
9 changes: 9 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
[build.environment]
HUGO_VERSION = "0.152.2"

# Deploy previews and branch deploys are served from their own Netlify URL, so
# build them with that URL as the Hugo baseURL. Absolute links generated by
# templates (.Permalink and friends) then stay inside the deploy being viewed.
[context.deploy-preview]
command = 'hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL && npm_config_yes=true npx pagefind --site "public"'

[context.branch-deploy]
command = 'hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL && npm_config_yes=true npx pagefind --site "public"'

#[[plugins]]
#package = 'netlify-plugin-image-optim'

Expand Down
Loading