From 9e609f4dca72f91d5d8c35f0d76155a0c6bab8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 7 Jan 2018 12:06:37 +0100 Subject: [PATCH] Fix: Add note about posts directory in context of custom collections directory --- docs/_docs/collections.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md index 30ea5592c65..2a5697827da 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -55,6 +55,12 @@ defaults: in my_collections/_recipes for the recipes collection.

+
+
Be sure to move posts into custom collection directory
+ +

If you specify a directory to store all your collections in the same place with collections_dir: my_collections, then you will need to move your _posts directory to my_collections/_post.

+
+ ### Step 2: Add your content {#step2} Create a corresponding folder (e.g. `/_my_collection`) and add