shithub: hugo

Download patch

ref: df17fae5327066c61b717c81c114e40af05cdd8e
parent: 50182cd06b7e7024f72233b68c1ad1d7b158d919
author: digitalcraftsman <[email protected]>
date: Tue Feb 16 18:14:22 EST 2016

Docs: add hugo-lunr to the tools section

--- a/docs/content/tools/index.md
+++ b/docs/content/tools/index.md
@@ -5,14 +5,12 @@
 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 @@
 
 - [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.
 
 ----