Website BASE_URL param

This commit is contained in:
Chen-I Lim 2021-01-07 15:03:33 -08:00
parent 9b3322cc43
commit d6dc2eb954

View file

@ -1,7 +1,10 @@
BASE_URL?=http://www.mattergoals.com
.PHONY: dist
dist:
rm -rf ./dist
hugo -s site --destination ../dist/html
hugo -s site --destination ../dist/html -b$(BASE_URL)
.PHONY: run
run: