other builder image and other theme
This commit is contained in:
parent
405548d58c
commit
921069acf3
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "content/themes/paper"]
|
[submodule "content/themes/paper"]
|
||||||
path = content/themes/paper
|
path = content/themes/paper
|
||||||
url = https://github.com/nanxiaobei/hugo-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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# builder
|
# builder
|
||||||
FROM hugomods/hugo:std-base-non-root AS builder
|
FROM hugomods/hugo:base-non-root AS builder
|
||||||
ARG BASE_URL ""
|
ARG BASE_URL ""
|
||||||
COPY content/ /src
|
COPY content/ /src
|
||||||
RUN if [ "$BASE_URL" = ""]; then hugo; else hugo -b $BASE_URL; fi
|
RUN if [ "$BASE_URL" = ""]; then hugo; else hugo -b $BASE_URL; fi
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
baseURL = 'https://example.org/'
|
baseURL = 'https://example.org/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'My New Hugo Site'
|
title = 'My New Hugo Site'
|
||||||
theme = "paper"
|
theme = "ananke"
|
||||||
|
1
content/themes/ananke
Submodule
1
content/themes/ananke
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 0ba75ea1e50ad5ddcaeb25f02bef64448ad42891
|
Loading…
x
Reference in New Issue
Block a user