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

View File

@ -11,7 +11,7 @@ COPY . .
RUN git submodule init && \ RUN git submodule init && \
git submodule update --recursive 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/ COPY --from=submodules /homepage/ /homepage/

View File

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

View File

@ -33,7 +33,7 @@
<div id="home-footer" role="contentinfo"> <div id="home-footer" role="contentinfo">
<p> <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> &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> </p>
</div> </div>
</div> </div>