From 935747885c028565af0cc8b3425ff4dcd9cf9d44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 19:53:38 +0000 Subject: [PATCH 1/2] Update docker.io/floryn90/hugo Docker tag to v0.152.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94487bc..1f2312f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/floryn90/hugo:0.134.2-ext-ubuntu AS builder +FROM docker.io/floryn90/hugo:0.152.2-ext-ubuntu AS builder # Add package.json before rest of repo for caching COPY site/package.json site/package-lock.json site/.npmrc site/.npmignore /src/ From 2806250b384e0e743b285c39814cea35f13c4547 Mon Sep 17 00:00:00 2001 From: Thomas Philipona Date: Tue, 18 Nov 2025 21:02:44 +0100 Subject: [PATCH 2/2] Disable build stats --- site/config/_default/hugo.toml | 2 +- site/layouts/partials/head/script-header.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/site/config/_default/hugo.toml b/site/config/_default/hugo.toml index ade0cd8..213592b 100644 --- a/site/config/_default/hugo.toml +++ b/site/config/_default/hugo.toml @@ -72,7 +72,7 @@ pagerSize = 7 copyRight = "Copyright (c) 2020-2024 Hyas" [build.buildStats] - enable = true + enable = false [outputs] home = ["HTML"] diff --git a/site/layouts/partials/head/script-header.html b/site/layouts/partials/head/script-header.html index a3a0074..fda54f5 100644 --- a/site/layouts/partials/head/script-header.html +++ b/site/layouts/partials/head/script-header.html @@ -13,5 +13,6 @@ gtag('config', '{{ . }}'); {{ end }} - +{{ with site.Params.plausible }} +{{ end }} \ No newline at end of file