Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hugo-solstice-theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Foundation
IT
Webdev
hugo-solstice-theme
Merge requests
!286
fix hugo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix hugo
cguindon/fix-hugo
into
main
Overview
2
Commits
2
Changes
2
Merged
Christopher Guindon
requested to merge
cguindon/fix-hugo
into
main
2 years ago
Overview
2
Commits
2
Changes
2
Expand
Signed-off-by: Christopher Guindon
chris.guindon@eclipse-foundation.org
0
0
Merge request reports
Compare
main
version 1
18c6a605
2 years ago
main (base)
and
latest version
latest version
702f70e0
2 commits,
2 years ago
version 1
18c6a605
1 commit,
2 years ago
2 files
+
4
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
bin/build.sh
+
3
−
7
Options
@@ -12,10 +12,6 @@
set
-euo
pipefail
if
[[
-e
yarn.lock
]]
;
then
yarn
install
--frozen-lockfile
;
elif
[[
-e
package-lock.json
]]
;
then
npm
--unsafe-perm
ci
;
fi
;
hugo
--source
exampleSite
--theme
"
${
PWD
##*/
}
"
--themesDir
../../
--gc
--minify
--destination
.
"
${
1
}
"
--baseURL
"
${
2
}
"
yarn
install
--frozen-lockfile
;
yarn run build
hugo
--source
exampleSite
--theme
"
${
PWD
##*/
}
"
--themesDir
../../
--gc
--minify
--destination
.
"
${
1
}
"
--baseURL
"
${
2
}
"
\ No newline at end of file
Loading