aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 388efaf..499cbbd 100644
--- a/Makefile
+++ b/Makefile
@@ -20,4 +20,7 @@ public:
publish: public
rsync -avzP public/ euandre.org:/home/user-data/www/default/ --delete
-.PHONY: clean check
+serve:
+ JEKYLL_ENV=production jekyll serve --future --livereload --trace
+
+.PHONY: clean check publish serve