Open hosnas opened 7 years ago
Not for now, but the same logic could be applied to collections, especially now that Jekyll supports a collection_dir
to store all collections in the same directory.
@DirtyF can you elaborate a little more? you mean with small tweaks we can support collections too?
@hosnas it currently doesn't support collections, mostly because I never used any.
@DirtyF how is this new setting helping for this plugin?
@nhoizey I guess the plugin could copy files from the _collections
folder the same way it copies files from the _posts
folder?
Supporting collection is easy. I can submit a PR for it. However there is a conflict with the way Jekyll currently handles files inside collections, that needs to be addressed first.
@nhoizey @DirtyF Is the plugin compatible anymore? specially with regard to this PR?
I think this plugin needs an update to support post and collections the same way.
Support for collections would be very useful. While it is necessary to enter in the settings of posts of a custom type
parameter.
---
title: Blabla
categories: [IT]
type: my-collection
---
I would like to start working on Collections support, sorry for the delay.
It looks like there is another issue to fix in Jekyll first: https://github.com/jekyll/jekyll/issues/6410#issuecomment-454046101
should be working now, see #47
Does this plugin also support collections?