Docs: add hugo-lunr to the tools section
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Tue, 16 Feb 2016 22:14:22 +0000 (23:14 +0100)
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Tue, 16 Feb 2016 22:14:22 +0000 (23:14 +0100)
docs/content/tools/index.md

index aaabfd2fb95db9ddb5afa068e8b95fdd8759a3be..782019eac19e75e3548bd0e0dca793e7c14f3854 100644 (file)
@@ -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.
 
 ----