tweak commands

This commit is contained in:
Andrew Amason
2024-12-30 16:13:20 -05:00
parent e4942b21cc
commit fdb2e9a7c5

View File

@@ -4,7 +4,7 @@ services:
server: server:
image: klakegg/hugo:latest image: klakegg/hugo:latest
command: > command: >
sh -c "hugo new site quickstart && hugo new site quickstart &&
cd quickstart && cd quickstart &&
git init && git init &&
git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder && git submodule add https://github.com/luizdepra/hugo-coder.git themes/hugo-coder &&