Add Makefile for starting/stopping jekyll

pull/38/head
Tim Byrne 8 years ago
parent b967d9ae8a
commit f9942449f4
No known key found for this signature in database
GPG Key ID: 6CBE24C2FD8CF76E

@ -0,0 +1,7 @@
start:
bundle exec jekyll serve --config _config.yml,_config.dev.yml --watch >/dev/null 2>&1 &
stop:
pkill -f jekyll
restart: stop start
Loading…
Cancel
Save