diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |