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 %} +
+
Destination folders are cleaned on site builds
+

+ 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. +

+
+ Jekyll also comes with a built-in development server that will allow you to preview what the generated site will look like in your browser locally.