From df17fae5327066c61b717c81c114e40af05cdd8e Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Tue, 16 Feb 2016 23:14:22 +0100 Subject: [PATCH] Docs: add hugo-lunr to the tools section --- docs/content/tools/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/content/tools/index.md b/docs/content/tools/index.md index aaabfd2fb..782019eac 100644 --- a/docs/content/tools/index.md +++ b/docs/content/tools/index.md @@ -5,14 +5,12 @@ title: Tools weight: 120 --- -This section highlights some projects around Hugo that are independently developed. -These tools try to extend the functionality of our static site generator or help you to get started. +This section highlights some projects around Hugo that are independently developed. These tools try to extend the functionality of our static site generator or help you to get started. ## Migration -Take a look at this list of migration tools if you currently use other blogging tools -like Jekyll or WordPress but intend to switch to Hugo instead. They'll take care to export +Take a look at this list of migration tools if you currently use other blogging tools like Jekyll or WordPress but intend to switch to Hugo instead. They'll take care to export your content into Hugo-friendly formats. ### Jekyll @@ -86,6 +84,7 @@ A static site with a dynamic search function? Yes. Alternatively to embeddable s - [Hugoidx](https://github.com/blevesearch/hugoidx) is an experimental application to create a search index. It's build on top of [Bleve](http://www.blevesearch.com/). - This [GitHub Gist](https://gist.github.com/sebz/efddfc8fdcb6b480f567) contains simple workflow to create a search index for your static site. It uses a simple Grunt script to index all your content files and [lunr.js](http://lunrjs.com/) to serve the search results. +- [hugo-lunr](https://www.npmjs.com/package/hugo-lunr) - A simple way to add site search to your static Hugo site using [lunr.js](http://lunrjs.com/). Hugo-lunr will create an index file of any html and markdown documents in your Hugo project. ----