-
Notifications
You must be signed in to change notification settings - Fork 15
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
Incompatible with jekyll 3 #29
Comments
On jekyll
This is my source 'https://rubygems.org'
gem 'jekyll'
gem 'kramdown'
gem 'octopress-multilingual' My permalink: /:lang/:title/ The gems are installed without problems but seems that the plugin isn't installed. |
I think we need to rethink the whole multilingual thing. After digging deeper into the code and this topic, I'm not sure yet what we even need from the existing plugin anymore. So far my thinking goes in this direction:
|
I'm trying to create a multilingual site and getting the same error as @Gondlar. I tried using collections first as @drallgood has suggested, and while it did work, I was only able to paginate the main language blog. The collections would list all posts in a single page. The Octopress Pagination gem readme file discusses multilingual pagination, but I can't get it to work per the aformentioned build error. I'd be perfectly happy to continue using collections as that is working, if anyone knows how to get pagination to work with collections. |
@bradonomics You can follow my progress on the multilingual plugin here, if you like: https://github.com/drallgood/multilingual/tree/jekyll3 |
Trying to build a site using jekyll 3.1.2 fails with the following Error:
The text was updated successfully, but these errors were encountered: