- Description:
This key defines the folder path for the collection key in which it is nested.
The value for this key is relative to your Site source.
Each Collection must have a unique path.
- Appears in:
└── collections_config └── * └── path- Type:
stringRequired- Examples:
In this example, the files for the
blogCollection are located in thecontent/blogfolder.Copied to clipboardcollections_config: blog: path: content/blog{ "collections_config": { "blog": { "path": "content/blog" } } }