You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same error, was about mix of rubygems from the linux distro repositories versus local gem files, please make a clean install of jekyll, maybe using https://rvm.io/
Well, looking better this problem, is because a recent jekyll versions, using jekyll == 3.0.5 all is working, this plugin have problems to load fine with the last jekyll versions.
If you need to install a specific jekyll version try:
gem install jekyll --version 3.0.5
Clean your local gem instalation first to get the exactly of dependences versions of all.
Hi there,
I am using Jekyll 3.4.3 and getting this error.
Serve error: undefined method
post_read’ for classJekyll::Document’
I checked this document and followed it but can't get it work.
https://talk.jekyllrb.com/t/serve-error-undefined-method-post-read-for-class-jekyll-document/353/8
but it doesn't have this branch.
branch: "resurface-methods"
would you please let me know how to fix this issue ?
Thanks,
The text was updated successfully, but these errors were encountered: