Ben Smith

Results 106 comments of Ben Smith

It's possible to disable custom plugins by running Jekyll with the `--safe` flag ([documentation](http://jekyllrb.com/docs/configuration/)). Is that good enough for what wish to do?

A quick workaround that might help you: Rename the `jekyll_lunr_js_search.rb` file in the `_plugins` directory (e.g. to `.rbx`) and it will then be ignored by Jekyll. Remember to restore the...

Lunr orders search results by their relevance: > Results will be returned sorted by their score, the most relevant results will be returned first. > -- [Lunr](https://lunrjs.com/docs/lunr.Index.html) I'm happy to...

@pattulus Did you resolve this by installing `therubyracer`? If you try using this plugin via [the gem route](https://github.com/slashdotdash/jekyll-lunr-js-search#1a-install-as-a-ruby-gem) you might find it easier as it should install the dependencies automatically.

@russellcameronthomas I appreciate any help you can provide to clarify the parts of the README you've found confusing. Pull requests gladly accepted.

@ntnlbd The error log appears to point to installation of the `libv8` Gem failing. It could be related to the following issue that has been raised: https://github.com/cowboyd/libv8/issues/202

Will gladly accept a pull request if you are able to make this change? One possible solution would be to only include properties in the document that are non-nil in...

@nkuehn I have nothing planned for lunr 2.0 so any contribution you can make is appreciated.

@samuel1208 Jekyll plugins don't work in Github so you cannot use this plugin for GitHub pages, unless you also push up the locally generated search index.