diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index c9ddd915..7a75bd69 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -155,9 +155,11 @@ class="flag">flags (specified on the command-line) that control them.
Destination folders are cleaned on site builds

The contents of <destination> 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 <destination>; 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. Some files could be retained by specifying them within the <keep_files> configuration directive. +

+

+ Do not use an important location for <destination>; instead, use it as a staging area and copy files from there to your web server.