From d2b33144a7cea4895a1cd0308ad1cd2e04452f7b Mon Sep 17 00:00:00 2001 From: "jaybe@jekyll" Date: Mon, 12 Jan 2015 16:51:15 -0600 Subject: [PATCH 1/3] Update usage.md Sync Destination folder cleansing language with Configuration docs page (i.e. adding `keep_files` directive) --- site/_docs/usage.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/site/_docs/usage.md b/site/_docs/usage.md index 7d2d68e9..115cf5e1 100644 --- a/site/_docs/usage.md +++ b/site/_docs/usage.md @@ -28,10 +28,13 @@ $ jekyll build --watch
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. + cleaned, by default, when the site is built. Files or folders that are not + created by your site will be removed. Some files could be retained + by specifying them 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.

From 12cbfa8cf43c1e638f228291cfecf2cbb5a8c58b Mon Sep 17 00:00:00 2001 From: "jaybe@jekyll" Date: Mon, 12 Jan 2015 18:20:17 -0600 Subject: [PATCH 2/3] Update usage.md Clarity. --- site/_docs/usage.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/_docs/usage.md b/site/_docs/usage.md index 115cf5e1..ae62a57f 100644 --- a/site/_docs/usage.md +++ b/site/_docs/usage.md @@ -29,8 +29,9 @@ $ jekyll build --watch

The contents of <destination> are automatically cleaned, by default, when the site is built. Files or folders that are not - created by your site will be removed. Some files could be retained - by specifying them within the <keep_files> configuration directive. + created by your site will be removed. Files and folders you wish to be retain + in <destination> may be specified within the <keep_files> + configuration directive.

Do not use an important location for <destination>; From e378b2efd39ea09be6f9f70af5c5be07cc47b2c8 Mon Sep 17 00:00:00 2001 From: "jaybe@jekyll" Date: Mon, 12 Jan 2015 18:21:00 -0600 Subject: [PATCH 3/3] Update usage.md Correction; clarity. --- site/_docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/usage.md b/site/_docs/usage.md index ae62a57f..7fb719ee 100644 --- a/site/_docs/usage.md +++ b/site/_docs/usage.md @@ -29,7 +29,7 @@ $ jekyll build --watch

The contents of <destination> are automatically 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 be retain + 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.