aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-17 00:51:38 -0300
committerEuAndreh <eu@euandre.org>2021-02-17 00:51:38 -0300
commitac1b3fc616433979c4e73bbea93a1fac0c2f1cf7 (patch)
treeab7dff482338875d9671bca092e2cda4fea8ed46
parentUpdate aux/ files (diff)
downloadeuandre.org-ac1b3fc616433979c4e73bbea93a1fac0c2f1cf7.tar.gz
euandre.org-ac1b3fc616433979c4e73bbea93a1fac0c2f1cf7.tar.xz
Makefile: Add serve target
-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