Merge pull request #4034 from jaybe-jekyll/patch-1

Update usage.md re: _config.yml not reloaded during regeneration
This commit is contained in:
Jordon Bedwell 2015-10-16 12:01:16 -05:00
commit 18bdfac542
1 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,18 @@ $ jekyll build --watch
# watched for changes, and regenerated automatically.
{% endhighlight %}
<div class="note info">
<h5>Changes to _config.yml are not included during automatic regeneration.</h5>
<p>
The <code>&lt;_config.yml&gt;</code> master configuration file contains global configurations
and variable definitions that are read once at execution time. Changes made to <code>&lt;_config.yml&gt;</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>
<div class="note warning">
<h5>Destination folders are cleaned on site builds</h5>
<p>