From 7f9ce09789f81cbbc1bf289264dbd0dfeeb6ae70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Wed, 3 Jan 2024 00:19:58 -0500 Subject: [PATCH] update hugo again --- .gitlab/hugo.template.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab/hugo.template.yml b/.gitlab/hugo.template.yml index 7a66542..8a67077 100644 --- a/.gitlab/hugo.template.yml +++ b/.gitlab/hugo.template.yml @@ -1,6 +1,12 @@ variables: GIT_SUBMODULE_STRATEGY: recursive HUGO_ENV: production +spec: + inputs: + theme: + default: hugo-book + root: + default: content setup-hugo: tags: - docker @@ -8,7 +14,7 @@ setup-hugo: image: registry.gitlab.com/pages/hugo/hugo_extended:latest script: - cd ${CI_PROJECT_DIR} - - hugo --minify -t hugo-book + - hugo --minify -t $[[ inputs.theme ]] -c $[[ inputs.root ]] artifacts: paths: - public