related_posts-jekyll_plugin
related_posts-jekyll_plugin copied to clipboard
Replaces jekyll's related_posts function to use tags to calculate relationships
This plugin isn't compatible anymore with Jekyll 3.0 I've forked your repository and made it compatible again. Feel free to pull it in. https://github.com/SimonBackx/related_posts-jekyll_plugin - Tests aren't working yet
This plugin is thowing this error message in Jekyll 3.0 and preventing the website from being built: ``` file: /Users/Caleb/foo/bar/_config.yml /usr/local/Cellar/ruby/2.2.3/lib/ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- jekyll/post (LoadError) from...
I'm receiving this error on serve: Error: wrong argument type Class (expected Module) Any idea how to fix that? Thanks!
Originally, when there is no post sharing the same tag with the target post, recent posts will be returned, which may be very strange since recent posts share no common...
plugin not working in jekyll 1.0 branch: ``` nazz.me #dev > jekyll serve Configuration file: /Library/WebServer/Documents/nazz.me/_config.yml error: wrong argument type Class (expected Module). Use --trace to view backtrace nazz.me #dev...
Hi Lawrence, Thank you very much for the plugin. Is there any way to limit related posts only by the same category? For example, when I have the same tag...