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">
|
<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><destination></code>
|
The contents of <code><destination></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><destination></code>;
|
location for <code><destination></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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue