summaryrefslogtreecommitdiff
path: root/docs/_scripts/serve.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_scripts/serve.sh')
-rwxr-xr-xdocs/_scripts/serve.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/_scripts/serve.sh b/docs/_scripts/serve.sh
index 40f310df5..e48fd67db 100755
--- a/docs/_scripts/serve.sh
+++ b/docs/_scripts/serve.sh
@@ -25,4 +25,9 @@ if [ "$1" != "" ]; then
BINDADDR=$1
fi
-jekyll serve --limit_posts 20 --watch --host "$BINDADDR" --port 3002
+jekyll serve \
+ --incremental \
+ --watch \
+ --host "$BINDADDR" \
+ --port 3002 \
+ --livereload