Frank Taillandier

Results 143 comments of Frank Taillandier

They do have unlimited CI for open source: https://azure.microsoft.com/en-us/pricing/details/devops/azure-pipelines/

> We, the maintainers then shout-out to the author if we're not able to resolve the conflicts ourselves 👎 I'd rather minimize a comment than handle all conflicts.

According to https://developer.github.com/v3/repos/merging/ @jekyllbot could add a label if a merge returns a `Status: 409 Conflict` Maybe something to check in https://github.com/parkr/auto-reply/blob/master/labeler/pending_rebase.go#L48

What use cases are we targeting here? Should we be able to link a preset to a layout in `defaults` config or in layout's front matter while keeping basic Markdown...

@mohkale I've seen people, including me, group pages in a `_pages` folder and include it in their config, to get a cleaner root. But it looks like a special collection,...

It's not a collection, just an [included folder](https://github.com/DirtyF/frank.taillandier.me/blob/master/_config.yml#L71).

If you can't cherry-pick, maybe try to backport [the commit ](https://github.com/nhoizey/jekyll-postfiles/pull/15/commits/56909ba79da2c5b4bec6cbab0ad9f84e1ae808c7)

Not for now, but the same logic could be applied to collections, especially now that [Jekyll supports a `collection_dir`](https://github.com/jekyll/jekyll/pull/6331) to store all collections in the same directory.

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