slashdotdash / jekyll-lunr-js-search

[UNSUPPORTED] Jekyll + lunr.js = static websites with powerful full-text search using JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

any plans to update this plugin to work with the latest version of jekyll?

tomjoht opened this issue · comments

I just wanted to know if there are any plans to update this plugin to work with the latest version of jekyll? The gem doesn't seem to be compatible, nor the plugin. Yet this plugin seems pretty critical for websites.

When you say not compatible, what errors are you getting? Or is it just not working rather than throwing any errors?

I've just pushed an update to support latest version of Jekyll (v3).

Jekyll 2

Use jekyll-lunr-js-search 2.0.0

gem install jekyll-lunr-js-search -v2.0.0

Jekyll 3

Use jekyll-lunr-js-search 3.0.0

gem install jekyll-lunr-js-search -v3.0.0