Lanyon update
This commit is contained in:
parent
a56b6f866f
commit
6283825517
28 changed files with 452 additions and 474 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
version: '3'
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
working_dir: /go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample
|
||||
command: hugo server -v --bind "0.0.0.0" --port 1313 --watch -t lanyon
|
||||
ports:
|
||||
- "1313:1313"
|
||||
volumes:
|
||||
- ./hugoBasicExample:/go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample
|
||||
- .:/go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample/themes/lanyon
|
Loading…
Add table
Add a link
Reference in a new issue