Skip to content

Commit

Permalink
Merge pull request #4734 from nsgonultas/master
Browse files Browse the repository at this point in the history
Merge pull request 4734
  • Loading branch information
jekyllbot committed Apr 14, 2016
2 parents 7635d08 + d576d7b commit 1cf5c8a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions site/_docs/configuration.md
Expand Up @@ -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 %}
Expand Down

0 comments on commit 1cf5c8a

Please sign in to comment.