other builder image and other theme

This commit is contained in:
Wolfgang Hottgenroth 2025-01-12 14:01:15 +01:00
parent 405548d58c
commit 921069acf3
4 changed files with 6 additions and 2 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "content/themes/paper"]
path = content/themes/paper
url = https://github.com/nanxiaobei/hugo-paper
[submodule "content/themes/ananke"]
path = content/themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git

View File

@ -1,5 +1,5 @@
# builder
FROM hugomods/hugo:std-base-non-root AS builder
FROM hugomods/hugo:base-non-root AS builder
ARG BASE_URL ""
COPY content/ /src
RUN if [ "$BASE_URL" = ""]; then hugo; else hugo -b $BASE_URL; fi

View File

@ -1,4 +1,4 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = "paper"
theme = "ananke"

1
content/themes/ananke Submodule

@ -0,0 +1 @@
Subproject commit 0ba75ea1e50ad5ddcaeb25f02bef64448ad42891