Merge pull request #3295 from jaybe-jekyll/patch-1

This commit is contained in:
Parker Moore 2015-01-12 18:23:11 -08:00
commit e724622a92
1 changed files with 8 additions and 4 deletions

View File

@ -28,10 +28,14 @@ $ 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. Files and folders you wish to retain
location for <code>&lt;destination&gt;</code>; instead, use it as in <code>&lt;destination&gt;</code> may be specified within the <code>&lt;keep_files&gt;</code>
a staging area and copy files from there to your web server. configuration directive.
</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>