From d259dd1cdc00d9213f79cf37cc1ba6ef0a351df1 Mon Sep 17 00:00:00 2001 From: Xavier Jodoin Date: Tue, 14 Jul 2026 11:09:38 -0400 Subject: [PATCH] Add eleventy-plugin-rangefind to community plugins --- src/_data/plugins/eleventy-plugin-rangefind.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/_data/plugins/eleventy-plugin-rangefind.json diff --git a/src/_data/plugins/eleventy-plugin-rangefind.json b/src/_data/plugins/eleventy-plugin-rangefind.json new file mode 100644 index 0000000000..20d4985d7f --- /dev/null +++ b/src/_data/plugins/eleventy-plugin-rangefind.json @@ -0,0 +1,5 @@ +{ + "npm": "eleventy-plugin-rangefind", + "author": "xjodoin", + "description": "adds serverless full-text search: indexes the built site into a static rangefind index (BM25F relevance, typo correction, autocomplete) that the browser queries with HTTP range requests, plus a drop-in search component shortcode." +}