Update usage.md

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

View File

@ -28,10 +28,13 @@ $ jekyll build --watch
<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. Some files could be retained
location for <code>&lt;destination&gt;</code>; instead, use it as by specifying them within the <code>&lt;keep_files&gt;</code> configuration directive.
a staging area and copy files from there to your web server. </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.
</p> </p>
</div> </div>