jekyll-lunr-js-search | static websites | Static Site Generator library
kandi X-RAY | jekyll-lunr-js-search Summary
kandi X-RAY | jekyll-lunr-js-search Summary
jekyll-lunr-js-search is a JavaScript library typically used in Web Site, Static Site Generator, Jekyll applications. jekyll-lunr-js-search has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Use lunr.js to provide simple full-text search, using JavaScript in your browser, for your Jekyll static website. Inspired by Pascal Widdershoven's Jekyll + indextank and Michael Levin's Sitemap.xml Generator plugins. This Jekyll plugin handles the generation of a lunr.js compatible .json index file. Runtime search configuration is provided by a simple jQuery plugin. It allows full-text search of all your Jekyll pages and posts. Executed by the client without any server-side processing (outside of serving static files).
Use lunr.js to provide simple full-text search, using JavaScript in your browser, for your Jekyll static website. Inspired by Pascal Widdershoven's Jekyll + indextank and Michael Levin's Sitemap.xml Generator plugins. This Jekyll plugin handles the generation of a lunr.js compatible .json index file. Runtime search configuration is provided by a simple jQuery plugin. It allows full-text search of all your Jekyll pages and posts. Executed by the client without any server-side processing (outside of serving static files).
Support
Quality
Security
License
Reuse
Support
jekyll-lunr-js-search has a low active ecosystem.
It has 539 star(s) with 105 fork(s). There are 16 watchers for this library.
It had no major release in the last 6 months.
There are 34 open issues and 64 have been closed. On average issues are closed in 202 days. There are 6 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of jekyll-lunr-js-search is current.
Quality
jekyll-lunr-js-search has 0 bugs and 0 code smells.
Security
jekyll-lunr-js-search has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
jekyll-lunr-js-search code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
jekyll-lunr-js-search is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
jekyll-lunr-js-search releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
jekyll-lunr-js-search saves you 160 person hours of effort in developing the same functionality from scratch.
It has 399 lines of code, 28 functions and 9 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed jekyll-lunr-js-search and discovered the below as its top functions. This is intended to give you an instant insight into jekyll-lunr-js-search implemented functionality, and help decide if they suit your requirements.
- The default fmter implementation .
- Subscribes to a single selector .
- Parse a template string into an array of tags
- Animation animation loop
- Called when we re done
- Creates a new matcher matcher .
- workaround for AJAX requests
- Initialize a new matcher .
- Run the specified elements in a collection
- Build a DOM fragment
Get all kandi verified functions for this library.
jekyll-lunr-js-search Key Features
No Key Features are available at this moment for jekyll-lunr-js-search.
jekyll-lunr-js-search Examples and Code Snippets
No Code Snippets are available at this moment for jekyll-lunr-js-search.
Community Discussions
Trending Discussions on jekyll-lunr-js-search
QUESTION
Not able to install Jekyll because of therubyracer error on mac
Asked 2021-May-04 at 06:56
I am trying to run Jekyll
and I have the following contents in the Gemfile
ANSWER
Answered 2021-May-04 at 06:56I encountered same problem two years ago. I found that libv8 3.16.14.19
is not compatible with therubyracer 0.12.3
and wrote a post to record my solution.
Try the following steps:
- Clean up your system
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jekyll-lunr-js-search
Choose to install as either a Ruby Gem, or by copying the pre-built plugin file to your Jekyll site. The content from all Jekyll posts and pages will be indexed to a js/index.json file ready for lunr.js to consume. This happens each time the site is generated. A jQuery plugin is provided in js/jquery.lunr.search.js to handle the configuration of lunr.js with the search index JSON data generated by this plugin. Dependencies for the jQuery plugin are as follows. A pre-built version of the jQuery plugin, along with all of the above dependencies, concatenated and minified is available from at build/search.min.js.
Install the jekyll-lunr-js-search Ruby Gem. gem install jekyll-lunr-js-search
Modify your Jekyll _config.yml file to include the Gem. gems: ['jekyll-lunr-js-search']
Place build/jekyll_lunr_js_search.rb inside the _plugins folder in the root of your Jekyll site.
jQuery
lunr.js
Mustache.js
date.format.js
URI.js
Install the jekyll-lunr-js-search Ruby Gem. gem install jekyll-lunr-js-search
Modify your Jekyll _config.yml file to include the Gem. gems: ['jekyll-lunr-js-search']
Place build/jekyll_lunr_js_search.rb inside the _plugins folder in the root of your Jekyll site.
jQuery
lunr.js
Mustache.js
date.format.js
URI.js
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page