In Jekyll, can we group multiple collections inside the same folder?

前端 未结 4 1051
南旧
南旧 2021-02-15 16:10

In config.yml, I define my collections like this:

collections:
  music:
    output: false
  dancing:
    output: false

The problem is I will ha

4条回答
  •  旧巷少年郎
    2021-02-15 16:53

    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.

提交回复
热议问题