Use Hugo modules to import theme, also modernize everything.

This commit is contained in:
2024-07-03 20:58:00 +00:00
parent 631f851e8b
commit f49428dfea
7 changed files with 17 additions and 8 deletions

View File

@ -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} .