Jekyll Lunr Js Search

screenshot of Jekyll Lunr Js Search
jekyll

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

Overview

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.

Features

  • Full-text search of all Jekyll pages and posts
  • Simple JavaScript implementation in the browser
  • Lunr.js compatibility for efficient searching
  • No server-side processing required

Summary

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
Jekyll

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.