1
0
Fork 0
mirror of synced 2024-06-04 00:01:10 -04:00

Output the local URL of the test site

This commit is contained in:
Tim Byrne 2017-08-30 07:12:39 -05:00
parent c581839b38
commit 3625255cbb
No known key found for this signature in database
GPG key ID: 14DB4FC2465A4B12

View file

@ -1,5 +1,6 @@
start:
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:
pkill -f jekyll