Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Wray <bwray@wraytx.com>2022-10-05 04:22:14 +0300
committerGitHub <noreply@github.com>2022-10-05 04:22:14 +0300
commitde5fa7b304a33302fa1214ce8cf5ee468c9caa9c (patch)
tree4d0b081516a8aa0125ebbfaa00157384edb5dff1
parente9d72bcdab3dfd018d15b4b1ea0295574183c114 (diff)
Update search.md to include Pagefind (#1826)
-rw-r--r--content/en/tools/search.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/en/tools/search.md b/content/en/tools/search.md
index e28e144c1..528718bc4 100644
--- a/content/en/tools/search.md
+++ b/content/en/tools/search.md
@@ -27,6 +27,7 @@ A static website with a dynamic search function? Yes, Hugo provides an alternati
* [Github Gist for Fuse.js integration](https://gist.github.com/eddiewebb/735feb48f50f0ddd65ae5606a1cb41ae). This gist demonstrates how to leverage Hugo's existing build time processing to generate a searchable JSON index used by [Fuse.js](https://fusejs.io/) on the client side. Although this gist uses Fuse.js for fuzzy matching, any client side search tool capable of reading JSON indexes will work. Does not require npm, grunt or other build-time tools except Hugo!
* [hugo-search-index](https://www.npmjs.com/package/hugo-search-index). A library containing Gulp tasks and a prebuilt browser script that implements search. Gulp generates a search index from project markdown files.
* [hugofastsearch](https://gist.github.com/cmod/5410eae147e4318164258742dd053993). A usability and speed update to "GitHub Gist for Fuse.js integration" — global, keyboard-optimized search.
+* [Pagefind](https://github.com/cloudcannon/pagefind). A fully static search library that aims to perform well on large sites, while using as little of your users' bandwidth as possible.
## Commercial Search Services