initial site commit

This commit is contained in:
Andrew Amason
2024-12-30 14:53:52 -05:00
parent 45091184a3
commit 32b790dc19

13
compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
name: andrewamason.tech
services:
server:
image: hugomods/hugo:base-non-root
command: server -D
volumes:
- ./:/src
- ~/hugo_cache:/tmp/hugo_cache
ports:
- 1313:1313
expose:
- 1313