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 5bc4c6f commit 7939683Copy full SHA for 7939683
.gitlab-ci.yml
@@ -7,7 +7,7 @@ before_script:
7
pages:
8
stage: deploy
9
script:
10
- - ./hugo -d public
+ - ./hugo -d public --baseURL="$HUGO_BASEURL"
11
artifacts:
12
paths:
13
- public
config.toml
@@ -1,4 +1,3 @@
1
-baseurl = "http://clean-jsta-rbind-io-2a1533.lisdi-pages.lanl.gov/"
2
languageCode = "en-us"
3
title = "Jemma Stachelek"
4
theme = "hugo-lithium-theme"
0 commit comments