Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -14,7 +14,7 @@
ENV BACKEND_URL=http://acend-website-backend:8000


LABEL maintainer acend.ch

Check warning on line 17 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
LABEL org.opencontainers.image.title="acend.ch's Website"
LABEL org.opencontainers.image.description="Container with acend.ch's Website"
LABEL org.opencontainers.image.authors="acend.ch"
Expand Down
2 changes: 1 addition & 1 deletion site/config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pagerSize = 7
copyRight = "Copyright (c) 2020-2024 Hyas"

[build.buildStats]
enable = true
enable = false

[outputs]
home = ["HTML"]
Expand Down
3 changes: 2 additions & 1 deletion site/layouts/partials/head/script-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
gtag('config', '{{ . }}');
</script>
{{ end }}

{{ with site.Params.plausible }}
<script async defer data-domain="acend.ch" src="https://plausible.acend.ch/js/plausible.js"></script>
{{ end }}