Update theme and hugo version
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
This commit is contained in:
parent
2ae4d60221
commit
4154033aa8
|
@ -3,7 +3,7 @@ steps:
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
event: push
|
event: push
|
||||||
image: 'myhugo:0.3'
|
image: 'myhugo:0.4'
|
||||||
environment:
|
environment:
|
||||||
HTTP_USER:
|
HTTP_USER:
|
||||||
from_secret: HTTP_USER
|
from_secret: HTTP_USER
|
||||||
|
|
|
@ -2,7 +2,8 @@ FROM debian:bullseye-slim
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install --yes curl ca-certificates && \
|
apt install --yes curl ca-certificates && \
|
||||||
curl --location --output hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.111.3/hugo_extended_0.111.3_linux-amd64.deb && \
|
curl --location --output hugo.deb \
|
||||||
|
https://github.com/gohugoio/hugo/releases/download/v0.140.2/hugo_extended_0.140.2_linux-amd64.deb && \
|
||||||
apt install --yes ./hugo.deb && \
|
apt install --yes ./hugo.deb && \
|
||||||
rm ./hugo.deb && \
|
rm ./hugo.deb && \
|
||||||
apt clean && \
|
apt clean && \
|
||||||
|
|
|
@ -2,9 +2,11 @@ title = "Leafee98's Blog"
|
||||||
theme = "hugo-theme-flat"
|
theme = "hugo-theme-flat"
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
hasCJKLanguage = true
|
hasCJKLanguage = true
|
||||||
paginate = 6
|
|
||||||
baseURL = "https://blog.leafee98.com/"
|
baseURL = "https://blog.leafee98.com/"
|
||||||
|
|
||||||
|
[pagination]
|
||||||
|
pagerSize = 6
|
||||||
|
|
||||||
# these values are hugo built in markup config
|
# these values are hugo built in markup config
|
||||||
[markup.highlight]
|
[markup.highlight]
|
||||||
anchorLineNos = false
|
anchorLineNos = false
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit acba79eebca8557fd01ac365d9a947959218b346
|
Subproject commit fc226c618910070206d0d4f28d5ac2cd5766c2e3
|
Loading…
Reference in a new issue