1
0
Fork 0
mirror of synced 2024-06-27 09:01:10 -04:00
yadm/Makefile

8 lines
141 B
Makefile
Raw Normal View History

start:
bundle exec jekyll serve --config _config.yml,_config.dev.yml --watch >/dev/null 2>&1 &
stop:
pkill -f jekyll
restart: stop start