mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-06 04:35:11 -05:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user