From 14f351fc19e2473e7eb65e55ead069d102132365 Mon Sep 17 00:00:00 2001 From: "jaybe@jekyll" Date: Fri, 16 Oct 2015 11:53:31 -0500 Subject: [PATCH] Update usage.md re: _config.yml not reloaded during automatic regeneration _config.yml not reloaded during automatic regeneration --- site/_docs/usage.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/site/_docs/usage.md b/site/_docs/usage.md index 7a424bd4..2d2b8fc4 100644 --- a/site/_docs/usage.md +++ b/site/_docs/usage.md @@ -22,6 +22,18 @@ $ jekyll build --watch # watched for changes, and regenerated automatically. {% endhighlight %} +
+
Changes to _config.yml are not included during automatic regeneration.
+

+ The <_config.yml> master configuration file contains global configurations + and variable definitions that are read once at execution time. Changes made to <_config.yml> + during automatic regeneration are not loaded until the next execution. +

+

+ Note Data Files are included and reloaded during automatic regeneration. +

+
+
Destination folders are cleaned on site builds