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">
<h5>Destination folders are cleaned on site builds</h5>
<p>
Be aware that the contents of the <code>&lt;destination&gt;</code>
folder are automatically cleaned when the site is built. Files or
folders that are not created by your site will be removed. 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.
The contents of <code>&lt;destination&gt;</code> are automatically
cleaned when the site is built. Files or folders that are not
created by your site will be removed. 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>
</div>