Prepare the hugo setup

This commit is contained in:
2024-10-01 16:55:30 +02:00
parent ad76701c4d
commit 29ea6d6564
5 changed files with 152 additions and 0 deletions

4
Containerfile Normal file
View File

@ -0,0 +1,4 @@
FROM zot.badhouseplants.net/badhouseplants/hugo-container:latest
WORKDIR /src
COPY ./src /src
ENTRYPOINT ["hugo"]