From 68892ab69315f502564f82042cef3647ab8479da Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Sat, 19 Mar 2016 12:45:25 +0100 Subject: [PATCH 1/3] `future` option also works for collections Following the discussion on #4676 --- site/_docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index 72929f0a..1dec3ea1 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -3,7 +3,7 @@ layout: docs title: Configuration permalink: /docs/configuration/ --- - +f Jekyll allows you to concoct your sites in any way you can dream up, and it’s thanks to the powerful and flexible configuration options that this is possible. These options can either be specified in a `_config.yml` file placed in your @@ -214,7 +214,7 @@ class="flag">flags (specified on the command-line) that control them.

Future

-

Publish posts with a future date.

+

Publish posts or any collection with a future date.

future: BOOL

From a81bc9773fd5520296464ae1fbc09cc258e0da2b Mon Sep 17 00:00:00 2001 From: DirtyF Date: Sat, 19 Mar 2016 12:56:44 +0100 Subject: [PATCH 2/3] typo --- site/_docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index 1dec3ea1..0c06c362 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -3,7 +3,7 @@ layout: docs title: Configuration permalink: /docs/configuration/ --- -f + Jekyll allows you to concoct your sites in any way you can dream up, and it’s thanks to the powerful and flexible configuration options that this is possible. These options can either be specified in a `_config.yml` file placed in your From 4618a2a8b5475a941ae4c362a27b38f20dc068d3 Mon Sep 17 00:00:00 2001 From: DirtyF Date: Sat, 19 Mar 2016 18:22:35 +0100 Subject: [PATCH 3/3] replace with @parkr suggestion --- site/_docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index 0c06c362..9956cb77 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -214,7 +214,7 @@ class="flag">flags (specified on the command-line) that control them.

Future

-

Publish posts or any collection with a future date.

+

Publish posts or collection documents with a future date.

future: BOOL