mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-20 09:22:29 +00:00
Docs: add hugo-lunr to the tools section
This commit is contained in:
parent
50182cd06b
commit
df17fae532
1 changed files with 3 additions and 4 deletions
|
@ -5,14 +5,12 @@ title: Tools
|
||||||
weight: 120
|
weight: 120
|
||||||
---
|
---
|
||||||
|
|
||||||
This section highlights some projects around Hugo that are independently developed.
|
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.
|
||||||
These tools try to extend the functionality of our static site generator or help you to get started.
|
|
||||||
|
|
||||||
|
|
||||||
## Migration
|
## Migration
|
||||||
|
|
||||||
Take a look at this list of migration tools if you currently use other blogging tools
|
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
|
||||||
like Jekyll or WordPress but intend to switch to Hugo instead. They'll take care to export
|
|
||||||
your content into Hugo-friendly formats.
|
your content into Hugo-friendly formats.
|
||||||
|
|
||||||
### Jekyll
|
### 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/).
|
- [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.
|
- 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.
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue