
[UNSUPPORTED] Jekyll + lunr.js = static websites with powerful full-text search using JavaScript
The Jekyll + lunr.js plugin allows users to add powerful full-text search functionality to their Jekyll static websites using JavaScript. This plugin generates a lunr.js compatible .json index file and provides a jQuery plugin for runtime search configuration. The search is executed by the client without any server-side processing.
The Jekyll + lunr.js plugin provides a simple and efficient solution for adding full-text search functionality to Jekyll static websites. It allows users to quickly and easily enable search capabilities without the need for server-side processing. The plugin offers flexibility in installation methods and provides a customizable search experience for website visitors.

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.