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 %} +
+ 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. +
+