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:
parent
95a2c74f12
commit
67a54547ed
|
@ -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><destination></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><destination></code>;
|
||||
instead, use it as a staging area and copy files from there to
|
||||
your web server.
|
||||
The contents of <code><destination></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><destination></code>; instead, use it as
|
||||
a staging area and copy files from there to your web server.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue