diff --git a/site/docs/usage.md b/site/docs/usage.md index 6db3a112..2891dc07 100644 --- a/site/docs/usage.md +++ b/site/docs/usage.md @@ -24,6 +24,18 @@ $ jekyll build --watch # watched for changes, and regenerated automatically. {% endhighlight %} +
+ Be aware that the contents of the <destination>
+ folder 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.
+