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