diff --git a/site/_docs/usage.md b/site/_docs/usage.md index 7d2d68e9..7fb719ee 100644 --- a/site/_docs/usage.md +++ b/site/_docs/usage.md @@ -28,10 +28,14 @@ $ jekyll build --watch
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
- a staging area and copy files from there to your web server.
+ cleaned, by default, when the site is built. Files or folders that are not
+ created by your site will be removed. Files and folders you wish to retain
+ in <destination>
may be specified 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.