From 5367ec4f599b13fd23c90999d2a28a8e931fd4bd Mon Sep 17 00:00:00 2001 From: Paolo Mainardi Date: Sat, 28 Jan 2023 00:19:13 +0100 Subject: [PATCH 1/2] doc: Add hugo-lyra search engine --- content/en/tools/search.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/tools/search.md b/content/en/tools/search.md index 97ddeaf01f..950967f5df 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 * [hugofastsearch](https://gist.github.com/cmod/5410eae147e4318164258742dd053993). A usability and speed update to "GitHub Gist for Fuse.js integration" — global, keyboard-optimized search. * [JS & Fuse.js tutorial](https://makewithhugo.com/add-search-to-a-hugo-site/) A simple client-side search solution, using FuseJS (does not require jQuery). * [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. +* [Hugo Lyra](https://github.com/paolomainardi/hugo-lyra). Hugo-Lyra is a javascript module to integrate [Lyra](https://github.com/LyraSearch/lyra) into a Hugo website. It contains the server-side part to generate the index and the client-side library (optional) to bootstrap the search engine easily. ## Commercial Search Services From bef623cac5847f3fba32041f061603ab3763ea48 Mon Sep 17 00:00:00 2001 From: Paolo Mainardi Date: Sat, 28 Jan 2023 10:31:49 +0100 Subject: [PATCH 2/2] Fix capitalization --- content/en/tools/search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tools/search.md b/content/en/tools/search.md index 950967f5df..464aa91079 100644 --- a/content/en/tools/search.md +++ b/content/en/tools/search.md @@ -27,7 +27,7 @@ A static website with a dynamic search function? Yes, Hugo provides an alternati * [hugofastsearch](https://gist.github.com/cmod/5410eae147e4318164258742dd053993). A usability and speed update to "GitHub Gist for Fuse.js integration" — global, keyboard-optimized search. * [JS & Fuse.js tutorial](https://makewithhugo.com/add-search-to-a-hugo-site/) A simple client-side search solution, using FuseJS (does not require jQuery). * [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. -* [Hugo Lyra](https://github.com/paolomainardi/hugo-lyra). Hugo-Lyra is a javascript module to integrate [Lyra](https://github.com/LyraSearch/lyra) into a Hugo website. It contains the server-side part to generate the index and the client-side library (optional) to bootstrap the search engine easily. +* [Hugo Lyra](https://github.com/paolomainardi/hugo-lyra). Hugo-Lyra is a JavaScript module to integrate [Lyra](https://github.com/LyraSearch/lyra) into a Hugo website. It contains the server-side part to generate the index and the client-side library (optional) to bootstrap the search engine easily. ## Commercial Search Services