mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
Update configuration.md
Clarify ability to retain generated content in `destination` via the `keep_files` configuration directive.
This commit is contained in:
@@ -155,9 +155,11 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
||||
<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
|
||||
cleaned, by default, when the site is built. Files or folders that are not
|
||||
created by your site will be removed. The <code><keep_files></code> configuration directive can optionally retain generated content in `destination`.
|
||||
</p>
|
||||
<p>
|
||||
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