add HBbootsrap and encode modules
All checks were successful
Auto Pull / deploy (push) Successful in 4s
All checks were successful
Auto Pull / deploy (push) Successful in 4s
This commit is contained in:
parent
1c09cc00dd
commit
9eb0dacd1c
9 changed files with 4794 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue