Update configuration.md
repeat warning about `destination` that is found in <http://jekyllrb.com/docs/usage/> (see also pull request #3159)
This commit is contained in:
parent
8603738a89
commit
5a554572e3
|
@ -137,6 +137,17 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="note warning">
|
||||||
|
<h5>Destination folders are cleaned on site builds</h5>
|
||||||
|
<p>
|
||||||
|
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>
|
||||||
|
|
||||||
### Build Command Options
|
### Build Command Options
|
||||||
|
|
||||||
<div class="mobile-side-scroller">
|
<div class="mobile-side-scroller">
|
||||||
|
|
Loading…
Reference in New Issue