From afd1c21af495a782c6476460fd041b6052c27676 Mon Sep 17 00:00:00 2001 From: Alfred Xing Date: Mon, 26 Oct 2015 14:21:07 -0700 Subject: [PATCH] Add `incremental` configuration option to docs --- site/_docs/configuration.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index ffbef8a4..2bb65e82 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -268,6 +268,21 @@ class="flag">flags (specified on the command-line) that control them.

-q, --quiet

+ + +

Incremental build

+

+ Enable the experimental incremental build feature. Incremental build only + re-builds posts and pages that have changed, resulting in significant performance + improvements for large sites, but may also break site generation in certain + cases. +

+ + +

incremental: BOOL

+

-I, --incremental

+ + @@ -534,6 +549,7 @@ markdown: kramdown highlighter: rouge lsi: false excerpt_separator: "\n\n" +incremental: false # Serving detach: false