File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ##################### default configuration ####################
2
2
# The base URL of your site (required). This will be prepended to all relative URLs.
3
- baseURL = " https://open-neuromorphic.org"
4
- # baseURL = "https://neural-loop.github.io/open-neuromorphic.github.io /"
3
+ # baseURL = "https://open-neuromorphic.org"
4
+ baseURL = " /"
5
5
# Title of your website (required).
6
6
title = " Open Neuromorphic"
7
7
Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
"dev" : " hugo serve --buildFuture" ,
9
9
"build" : " rm public -fr && hugo --gc --minify --buildFuture --templateMetrics --templateMetricsHints --forceSyncStatic" ,
10
- "build-test " : " hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --forceSyncStatic -e production --minify" ,
10
+ "build-preview " : " hugo server --disableFastRender --buildFuture --navigateToChanged --templateMetrics --templateMetricsHints --forceSyncStatic -e production --minify" ,
11
11
"update-modules" : " node ./scripts/clearModules.js && hugo mod clean --all && hugo mod get -u ./... && hugo mod tidy" ,
12
12
"remove-darkmode" : " node ./scripts/removeDarkmode.js && yarn format" ,
13
13
"project-setup" : " node ./scripts/projectSetup.js" ,
You can’t perform that action at this time.
0 commit comments