Clarifying wording of the destination directory warning.

At some point, it should also be clarified whether "folder" or
"directory" is the correct way to refer to that concept.
This commit is contained in:
Jashank Jeremy 2014-02-05 10:38:16 +11:00
parent 95a2c74f12
commit 67a54547ed
1 changed files with 5 additions and 6 deletions

View File

@ -27,12 +27,11 @@ $ jekyll build --watch
<div class="note warning"> <div class="note warning">
<h5>Destination folders are cleaned on site builds</h5> <h5>Destination folders are cleaned on site builds</h5>
<p> <p>
Be aware that the contents of the <code>&lt;destination&gt;</code> The contents of <code>&lt;destination&gt;</code> are automatically
folder are automatically cleaned when the site is built. Files or cleaned when the site is built. Files or folders that are not
folders that are not created by your site will be removed. Do not created by your site will be removed. Do not use an important
use an important location for <code>&lt;destination&gt;</code>; location for <code>&lt;destination&gt;</code>; instead, use it as
instead, use it as a staging area and copy files from there to a staging area and copy files from there to your web server.
your web server.
</p> </p>
</div> </div>