Update configuration.md

Tweak and simplify language re: `keep_files` and `destination` directory.
This commit is contained in:
jaybe@jekyll 2015-01-11 18:08:05 -06:00
parent f228b31c2e
commit 312717b56d
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class="flag">flags</code> (specified on the command-line) that control them.
<p> <p>
The contents of <code>&lt;destination&gt;</code> are automatically The contents of <code>&lt;destination&gt;</code> are automatically
cleaned, by default, 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. The <code>&lt;keep_files&gt;</code> configuration directive can optionally retain generated content in `destination`. created by your site will be removed. Some files could be retained by specifying them within the <code>&lt;keep_files&gt;</code> configuration directive.
</p> </p>
<p> <p>
Do not use an important location for <code>&lt;destination&gt;</code>; instead, use it as Do not use an important location for <code>&lt;destination&gt;</code>; instead, use it as