How to Make lunr.js and Jekyll Work Together (with Gotchas)
lunr.js delivers fast search results because the entire search process happens in the browser. There is no network delay because the network never gets touched during the search. Speed is one reason why this blog uses lunr.js for search. If...
Continue reading →


