1
Fork 0

Print out the URL the site is served on during development

This commit is contained in:
Jan-Erik Rediger 2019-01-21 17:39:17 +01:00
parent 343e2647c6
commit 1cd760d24e

View file

@ -6,6 +6,7 @@ build:
.PHONY: build
serve: build
@echo "Served on http://localhost:8000"
cd _site && http
.PHONY: serve