diff --git a/site/docs/usage.md b/site/docs/usage.md index 6db3a112..6f5c9a3b 100644 --- a/site/docs/usage.md +++ b/site/docs/usage.md @@ -24,6 +24,17 @@ $ jekyll build --watch # watched for changes, and regenerated automatically. {% endhighlight %} +
+ 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.
+