Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

supporting collections? #10

Open
hosnas opened this issue Sep 30, 2017 · 10 comments
Open

supporting collections? #10

hosnas opened this issue Sep 30, 2017 · 10 comments

Comments

@hosnas
Copy link

hosnas commented Sep 30, 2017

Does this plugin also support collections?

@DirtyF
Copy link
Contributor

DirtyF commented Sep 30, 2017

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.

@hosnas
Copy link
Author

hosnas commented Sep 30, 2017

@DirtyF can you elaborate a little more? you mean with small tweaks we can support collections too?

@nhoizey
Copy link
Owner

nhoizey commented Oct 4, 2017

@hosnas it currently doesn't support collections, mostly because I never used any.

@DirtyF how is this new setting helping for this plugin?

@DirtyF
Copy link
Contributor

DirtyF commented Oct 4, 2017

@nhoizey I guess the plugin could copy files from the _collections folder the same way it copies files from the _posts folder?

@hosnas
Copy link
Author

hosnas commented Oct 4, 2017

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.

@hosnas
Copy link
Author

hosnas commented Feb 16, 2018

@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.

@Harrix
Copy link

Harrix commented Jul 8, 2018

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
---

@nhoizey
Copy link
Owner

nhoizey commented Jan 14, 2019

I would like to start working on Collections support, sorry for the delay.

@nhoizey
Copy link
Owner

nhoizey commented Jan 14, 2019

It looks like there is another issue to fix in Jekyll first: jekyll/jekyll#6410 (comment)

@mohkale
Copy link

mohkale commented Jan 3, 2020

should be working now, see #47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants