Output the local URL of the test site
This commit is contained in:
parent
c581839b38
commit
3625255cbb
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1,5 +1,6 @@
|
||||||
start:
|
start:
|
||||||
bundle exec jekyll serve --config _config.yml,_config.dev.yml --watch >/dev/null 2>&1 &
|
bundle exec jekyll serve --config _config.yml,_config.dev.yml --watch >/dev/null 2>&1 &
|
||||||
|
@echo Test site should be available at http://127.0.0.1:4000/yadm/
|
||||||
|
|
||||||
stop:
|
stop:
|
||||||
pkill -f jekyll
|
pkill -f jekyll
|
||||||
|
|
Loading…
Reference in a new issue