Update configuration.md

Sync Destination folder cleansing language with Usage docs page (i.e. adding `keep_files` directive).
This commit is contained in:
jaybe@jekyll 2015-01-12 16:52:13 -06:00
parent e7dcc2424a
commit 7be49c99c1
1 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,8 @@ 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. Some files could be retained by specifying them within the <code>&lt;keep_files&gt;</code> configuration directive. 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