1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2024-10-27 20:34:27 +00:00
TheLocehiliosan_yadm/Makefile
2017-08-30 09:12:23 -05:00

9 lines
209 B
Makefile

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
restart: stop start