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

Compatibility with latest versions of jekyll #3

Open
csware opened this issue Jul 17, 2017 · 2 comments
Open

Compatibility with latest versions of jekyll #3

csware opened this issue Jul 17, 2017 · 2 comments

Comments

@csware
Copy link

csware commented Jul 17, 2017

It would be really nice if this plugin could be updated to work with the latest version of jekyll!

I just testet, that it breaks with jekyll >= 3.2.

@csware
Copy link
Author

csware commented Jul 17, 2017

It seems to boil down to change lib\jekyll\site.rb as follows: add @includes_load_paths << File.join(source, File.join('../', config["includes_dir"].to_s)) at the end of def configure_include_paths

@csware csware changed the title Compatibiliyt with latest versions of jekyll Compatibility with latest versions of jekyll Jul 17, 2017
@sumdog
Copy link
Owner

sumdog commented Jul 19, 2017

Awesome, thanks. I've been working on a set of automated tests for jekyll-multisite in a local branch so I could do multi-version support (via multiple docker containers). I've been putting it off for a while, but I'm going to put it back on my priority list and try to get it checked in and setup in CI. I'll try to get your pull request reviewed in by this weekend I hope.

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

No branches or pull requests

2 participants