Update configuration.md

Clarify ability to retain generated content in `destination` via the `keep_files` configuration directive.
This commit is contained in:
jaybe@jekyll 2015-01-11 13:11:29 -06:00
parent 244310fbaa
commit f228b31c2e
1 changed files with 5 additions and 3 deletions

View File

@ -155,9 +155,11 @@ class="flag">flags</code> (specified on the command-line) that control them.
<h5>Destination folders are cleaned on site builds</h5> <h5>Destination folders are cleaned on site builds</h5>
<p> <p>
The contents of <code>&lt;destination&gt;</code> are automatically The contents of <code>&lt;destination&gt;</code> are automatically
cleaned when the site is built. Files or folders that are not cleaned, by default, when the site is built. Files or folders that are not
created by your site will be removed. Do not use an important created by your site will be removed. The <code>&lt;keep_files&gt;</code> configuration directive can optionally retain generated content in `destination`.
location for <code>&lt;destination&gt;</code>; instead, use it as </p>
<p>
Do not use an important location for <code>&lt;destination&gt;</code>; instead, use it as
a staging area and copy files from there to your web server. a staging area and copy files from there to your web server.
</p> </p>
</div> </div>