Add contact backend and update readme

This commit is contained in:
2026-04-14 23:18:17 +02:00
parent 1c63ecdb83
commit f5f83c5ade
81 changed files with 11090 additions and 80 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
FROM ghcr.io/gohugoio/hugo:v0.160.0 AS build
ARG CONTACT_FORM_URL
ENV CONTACT_FORM_URL $CONTACT_FORM_URL
WORKDIR /project
COPY . /project
RUN hugo build --minify --cleanDestinationDir