Update configuration.md
Sync Destination folder cleansing language with Usage docs page (i.e. adding `keep_files` directive).
This commit is contained in:
parent
e7dcc2424a
commit
7be49c99c1
|
@ -156,7 +156,8 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
|||
<p>
|
||||
The contents of <code><destination></code> are automatically
|
||||
cleaned, by default, when the site is built. Files or folders that are not
|
||||
created by your site will be removed. Some files could be retained by specifying them within the <code><keep_files></code> configuration directive.
|
||||
created by your site will be removed. Some files could be retained
|
||||
by specifying them within the <code><keep_files></code> configuration directive.
|
||||
</p>
|
||||
<p>
|
||||
Do not use an important location for <code><destination></code>; instead, use it as
|
||||
|
|
Loading…
Reference in New Issue