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

Jekyll 3.6.2 | Error Infinity #143

Open
koolamusic opened this issue Nov 17, 2019 · 3 comments
Open

Jekyll 3.6.2 | Error Infinity #143

koolamusic opened this issue Nov 17, 2019 · 3 comments

Comments

@koolamusic
Copy link

I want to report a bug:

Plugin does not upload content

What is the current behavior?

When I install and setup jekyll-algolia, I cannot upload any content even after following the instructions,

What is your expected behavior?

Git repository to reproduce the issue:

https://github.com/koolamusic/bourbon/

Ruby version used:

ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux]

Jekyll version used:

jekyll 3.6.2

I am using the jasper theme https://github.com/jekyller/jasper2
Screenshot from 2019-11-17 23-19-26

@disj11
Copy link

disj11 commented Nov 18, 2019

I also use jesper2 and I occurred same problem.
It will be solved by deleting the line below:

_plugin/jekyll-autgenerator.rb 17 line (paginate(site, type, posts))
_plugin/jekyll-tagsgenerator.rb 16 line(paginate(site, type, posts))

But, If you do that you won't be able to use the paging.
I wonder if there is a good solution.

@koolamusic
Copy link
Author

This means I would have to hack my way through it,
In my code, the algolia process is a bash script, so I might consider doing this over bash and reverting

@ibarrond
Copy link

I found a way to solve this issue! The problem was an overlapping of names in ruby variables under paginate. With 3 minor changes you can solve this: My commit solving it

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

3 participants