From d576d7bfae4f0bb556b03a5607a91bba103db011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20G=C3=B6n=C3=BClta=C5=9F?= Date: Wed, 30 Mar 2016 17:16:25 +0300 Subject: [PATCH] Added an explicit rerun note --- site/_docs/configuration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 %}