In config.yml, I define my collections like this:
collections: music: output: false dancing: output: false
The problem is I will ha
This is now possible since this issue was merged.
User configures as: collections_dir: my_collections Then we look in my_collections/_pizza for the pizza collection, and my_collections/_lasagna for the lasagna collection.
User configures as:
collections_dir: my_collections
Then we look in my_collections/_pizza for the pizza collection, and my_collections/_lasagna for the lasagna collection.