trying something different
This commit is contained in:
@@ -3,7 +3,13 @@ name: andrewamason.tech
|
|||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: cgr.dev/chainguard/hugo:latest
|
image: cgr.dev/chainguard/hugo:latest
|
||||||
command: server -D
|
command: hugo new site quickstart
|
||||||
|
command: cd quickstart
|
||||||
|
command: git init
|
||||||
|
command: git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder
|
||||||
|
command: echo 'theme = "hugo-coder"' >> hugo.toml
|
||||||
|
command: hugo serve --bind 0.0.0.0 --port 8080
|
||||||
|
#command: server -D
|
||||||
volumes:
|
volumes:
|
||||||
- nfs_hugo_src:/src
|
- nfs_hugo_src:/src
|
||||||
- nfs_hugo_cache:/tmp/hugo_cache
|
- nfs_hugo_cache:/tmp/hugo_cache
|
||||||
|
|||||||
Reference in New Issue
Block a user