From 8c75f20da9d8d9b91d48b47afa32b792b601f0b2 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Thu, 23 May 2019 18:01:33 +0200 Subject: Add watch command for serve --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index bfb91a1..925e57f 100644 --- a/Makefile +++ b/Makefile @@ -11,3 +11,7 @@ clean: make_push_to_server: production sshpass -f ~/.sshpass rsync -av _site/ wp12286963@ssh.server-he.de:uvokchee.de/blog + +watch: + bundle exec jekyll serve -l + -- cgit v1.2.3