Website BASE_URL param
This commit is contained in:
parent
9b3322cc43
commit
d6dc2eb954
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue