Print out the URL the site is served on during development
This commit is contained in:
parent
343e2647c6
commit
1cd760d24e
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -6,6 +6,7 @@ build:
|
|||
.PHONY: build
|
||||
|
||||
serve: build
|
||||
@echo "Served on http://localhost:8000"
|
||||
cd _site && http
|
||||
.PHONY: serve
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue