chore: bump hugo to v0.115.3
All checks were successful
continuous-integration/drone/push Build is passing

the hugo bump required updating some configuration fields, those are
thus part of this change set
This commit is contained in:
surtur 2023-07-20 16:21:41 +02:00
parent aa539af15d
commit 9c6215d9a1
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
4 changed files with 37 additions and 32 deletions

View File

@ -13,7 +13,7 @@ trigger:
steps:
- name: alpine-hugo
pull: always
image: docker.io/immawanderer/alpine-hugo:hugo-v0.105.0
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
commands:
- hugo version
@ -66,7 +66,7 @@ steps:
- name: hugo-extended
pull: always
image: docker.io/immawanderer/alpine-hugo:hugo-v0.105.0
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
depends_on: [submodules]
commands:
- hugo version
@ -196,7 +196,7 @@ steps:
- name: hugo-extended
pull: always
image: docker.io/immawanderer/alpine-hugo:hugo-v0.105.0
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
depends_on: [submodules]
commands:
- hugo version
@ -267,7 +267,7 @@ steps:
- name: hugo-extended
pull: always
image: docker.io/immawanderer/alpine-hugo:hugo-v0.105.0
image: docker.io/immawanderer/alpine-hugo:hugo-v0.115.3
depends_on: [submodules]
commands:
- hugo version
@ -466,6 +466,6 @@ steps:
---
kind: signature
hmac: 93c0e34716ff500781c62646dc417ea222ed43da5089c35ccaa1c96e662263d7
hmac: bba585fcc25da54d977b4a233c988f5888f59ef91f51d893aeaefb7cb62c1379
...

View File

@ -11,7 +11,7 @@ COPY . .
RUN git submodule init && \
git submodule update --recursive
FROM docker.io/immawanderer/alpine-hugo:hugo-v0.105.0 AS hugobuild
FROM docker.io/immawanderer/alpine-hugo:hugo-v0.115.3 AS hugobuild
COPY --from=submodules /homepage/ /homepage/

View File

@ -15,6 +15,9 @@ enableEmoji = true
[taxonomies]
tag = 'tags'
[permalinks]
posts = '/:year/:month/:title/'
[params]
dateform = "02 Jan 2006"
dateformShort = "02 Jan"
@ -57,36 +60,38 @@ enableEmoji = true
alt = "dockerhub profile page"
[languages]
[languages.logo.params.en]
logoText = "dotya.ml"
logoHomeLink = "/"
[languages.en]
title = "dotya.ml"
subtitle = ""
[languages.en.params]
keywords = "homepage, development, git, programming"
subtitle = "hello friend. hello friend? that's lame. maybe I should give you a name."
readOtherPosts = ""
[languages.en.params.logo]
logoText = "dotya.ml"
logoHomeLink = "/"
# You can create a language based menu
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "about"
url = "/about/"
alt = "dotya.ml status"
weight = 1
[[languages.en.menu.main]]
identifier = "posts"
name = "posts"
url = "/posts/"
alt = "dotya.ml posts"
weight = 2
[[languages.en.menu.main]]
identifier = "contact"
name = "contact"
url = "/contact/"
alt = "dotya.ml contact"
weight = 3
# You can create a language based menu
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "about"
url = "/about/"
alt = "about dotya.ml"
weight = 1
[[languages.en.menu.main]]
identifier = "posts"
name = "posts"
url = "/posts/"
alt = "dotya.ml posts"
weight = 2
[[languages.en.menu.main]]
identifier = "contact"
name = "contact"
url = "/contact/"
alt = "dotya.ml contact"
weight = 3
[privacy]
[privacy.disqus]

View File

@ -33,7 +33,7 @@
<div id="home-footer" role="contentinfo">
<p>
&copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a>{{ .Site.Params.footerCopyright | safeHTML }} &#183; <a href="https://git.dotya.ml/dotya.ml/homepage" title="source code" target="_blank" rel="noopener">source</a> &#183; <a href="https://status.dotya.ml" title="service status" target="_blank" rel="noopener">status</a>
{{- with (not (in (.Site.Language.Get "disableKinds") "RSS")) }} &#183; <a href="{{ "index.xml" | absLangURL }}" target="_blank" title="rss"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss"><path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle></svg></a>{{ end }}
{{- with (not (in (.Site.Params.Language.Get "disabledKinds") "RSS")) }} &#183; <a href="{{ "index.xml" | absLangURL }}" target="_blank" title="rss"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss"><path d="M4 11a9 9 0 0 1 9 9"></path><path d="M4 4a16 16 0 0 1 16 16"></path><circle cx="5" cy="19" r="1"></circle></svg></a>{{ end }}
</p>
</div>
</div>