From 97eda18469d72ca1e5fc5a8e51fde291ccf5c092 Mon Sep 17 00:00:00 2001 From: dnoneill Date: Fri, 22 Nov 2024 10:39:59 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4ffc244..91652d8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Originally forked from [jekyll-lunr-js-search](https://github.com/slashdotdash/j ### Using gem Quickstart instructions are located here: [https://dnoneill.github.io/jekyll-lunr-js-custom-search/quickstart](https://dnoneill.github.io/jekyll-lunr-js-custom-search/quickstart) +### Demo +There is a demo of this gem running: https://dnoneill.github.io/jekyll-lunr-js-custom-search/demo +The Jekyll code for the demo is located here: https://github.com/dnoneill/jekyll-lunr-js-custom-search/tree/gh-pages/demo + ### Development Requirements Install [Bundler](http://bundler.io/) and then run the following.