Added an explicit rerun note

This commit is contained in:
Enes Gönültaş 2016-03-30 17:16:25 +03:00
parent f2aa15555b
commit d576d7bfae
1 changed files with 12 additions and 0 deletions

View File

@ -450,6 +450,18 @@ defaults:
layout: "default"
{% endhighlight %}
<div class="note info">
<h5>Please stop and rerun `jekyll serve` command.</h5>
<p>
The <code>_config.yml</code> master configuration file contains global configurations
and variable definitions that are read once at execution time. Changes made to <code>_config.yml</code>
during automatic regeneration are not loaded until the next execution.
</p>
<p>
Note <a href="../datafiles">Data Files</a> are included and reloaded during automatic regeneration.
</p>
</div>
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 %}