diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index 9956cb77..02800690 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -450,6 +450,18 @@ defaults: layout: "default" {% endhighlight %} +
+
Please stop and rerun `jekyll serve` command.
+

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

+
+ Here, we are scoping the `values` to any file that exists in the scopes path. Since the path is set as an empty string, it will apply to **all files** in your project. You probably don't want to set a layout on every file in your project - like css files, for example - so you can also specify a `type` value under the `scope` key. {% highlight yaml %}