mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Merge pull request #4035 from jaybe-jekyll/patch-2
Remove brackets around _config.yml
This commit is contained in:
@@ -25,8 +25,8 @@ $ jekyll build --watch
|
||||
<div class="note info">
|
||||
<h5>Changes to _config.yml are not included during automatic regeneration.</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>
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user