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/ 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