This commit is contained in:
2026-01-26 03:17:14 +01:00
parent 467fd7f099
commit d29f55f6fd
110 changed files with 25682 additions and 0 deletions

10
docker-compose.yaml Normal file
View File

@@ -0,0 +1,10 @@
name: dev-site-hallofbrawl
services:
server:
image: hugomods/hugo:exts-non-root
command: server -D
volumes:
- ./:/src
- ./hugo_cache:/tmp/hugo_cache
ports:
- 1313:1313