Use Hugo modules to import theme, also modernize everything.
This commit is contained in:
parent
631f851e8b
commit
f49428dfea
7 changed files with 17 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ DOCKER_TAG := latest
|
|||
all: serve
|
||||
|
||||
serve:
|
||||
sudo docker run --rm -it -p 1313:1313 -v ${PWD}:/src/ klakegg/hugo serve -D -b http://${DEV_IP}:1313/
|
||||
hugo serve -D --bind 0.0.0.0 -b http://${DEV_IP}:1313/
|
||||
|
||||
build:
|
||||
sudo docker build --no-cache -t ${DOCKER_IMAGE}:${DOCKER_TAG} .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue