Fixes for theme submission

This commit is contained in:
Alexandre Vicenzi 2020-02-11 22:53:02 +01:00
parent f595a82a5a
commit 386a69ae26
24 changed files with 10 additions and 82 deletions

View file

@ -2,10 +2,10 @@ version: '3'
services:
app:
build: .
working_dir: /go/src/github.com/alexandrevicenzi/soho/hugoBasicExample
working_dir: /go/src/github.com/alexandrevicenzi/soho/exampleSite
command: hugo server -v --bind "0.0.0.0" --port 1313 --watch -t soho
ports:
- "1313:1313"
volumes:
- ./hugoBasicExample:/go/src/github.com/alexandrevicenzi/soho/hugoBasicExample
- .:/go/src/github.com/alexandrevicenzi/soho/hugoBasicExample/themes/soho
- ./exampleSite:/go/src/github.com/alexandrevicenzi/soho/exampleSite
- .:/go/src/github.com/alexandrevicenzi/soho/exampleSite/themes/soho