From 78d9d028d82f0cef2f4fd7730340a8bdaad6e52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 7 Jan 2018 08:08:53 +0100 Subject: [PATCH] Fix: Add note about posts in context of collections_dir --- docs/_docs/collections.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md index 30ea5592c65..af7e65fad2b 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -49,10 +49,10 @@ defaults:
Gather your collections {%- include docs_version_badge.html version="3.7.0" -%}
-

You can optionally specify a directory to store all your collections in the same place with collections_dir: my_collections

+

You can optionally specify a directory to store all your collections in the same place with collections_dir: my_collections.

Then Jekyll will look in my_collections/_books for the books collection, and - in my_collections/_recipes for the recipes collection.

+ in my_collections/_recipes for the recipes collection. Since posts and drafts are collections as well, you will need to move the _drafts and _posts directories into my_collections as well.

### Step 2: Add your content {#step2}