add HBbootsrap and encode modules
All checks were successful
Auto Pull / deploy (push) Successful in 4s

This commit is contained in:
themelm 2025-05-25 00:58:34 -07:00
parent 1c09cc00dd
commit 9eb0dacd1c
9 changed files with 4794 additions and 0 deletions

12
docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
name: mysite
services:
server:
image: ghcr.io/hugomods/hugo:exts-0.140.2
command: server -D
volumes:
- ./:/src
- ~/hugo_cache:/tmp/hugo_cache
ports:
- 1313:1313