Skip to content
Snippets Groups Projects
Commit 5f45615d authored by Antoine's avatar Antoine
Browse files

changement de theme pour doks

parent cc11b584
No related branches found
No related tags found
No related merge requests found
Pipeline #1479 failed
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
# - To change the theme, see # - To change the theme, see
# https://gitlab.com/pages/hugo/-/blob/main/README.md#use-a-custom-theme. # https://gitlab.com/pages/hugo/-/blob/main/README.md#use-a-custom-theme.
# #
image: registry.gitlab.com/pages/hugo/hugo_extended:latest image:
name: registry.gitlab.com/pages/hugo/hugo_extended:latest
entrypoint: [ "/bin/sh", "-c" ]
# Set this if you intend to use Git submodules # Set this if you intend to use Git submodules
variables: variables:
...@@ -20,7 +22,7 @@ default: ...@@ -20,7 +22,7 @@ default:
- apk add --update --no-cache git go - apk add --update --no-cache git go
- git submodule update --init --recursive - git submodule update --init --recursive
- hugo mod init gitlab.com/pages/hugo - hugo mod init gitlab.com/pages/hugo
- hugo mod get -u github.com/theNewDynamic/gohugo-theme-ananke - hugo mod get -u https://github.com/gethyas/doks
test: test:
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment