Initial commit.

This commit is contained in:
2024-07-30 23:16:25 +02:00
commit 3c96faeefc
9 changed files with 159 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
services:
build:
image: klakegg/hugo:ext-alpine
volumes:
- ".:/src"
server:
image: klakegg/hugo:ext-alpine
command: server
volumes:
- ".:/src"
ports:
- "1313:1313"