Use Hugo modules to import theme, also modernize everything.
This commit is contained in:
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} .
|
||||
|
Reference in New Issue
Block a user