mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
6896947058
* add generic menu declaration * update about section * commands * update content management section * update contribute section * functions * update getting started section * update hosting and deployment section * fix mailing list entry (no menu) * update news section * update Templates section * update tools section * update themes section * troubleshooting * update variables section Fixes rdwatters/hugo-docs-concept#45 See PR rdwatters/hugo-docs-concept#62
1.5 KiB
1.5 KiB
title, linktitle, description, date, publishdate, lastmod, categories, tags, menu, weight, draft, aliases, toc
| title | linktitle | description | date | publishdate | lastmod | categories | tags | menu | weight | draft | aliases | toc | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Search for your Hugo Website | Search | See some of the open-source and commercial search options for your newly created Hugo website. | 2017-02-01 | 2017-02-01 | 2017-02-26 |
|
|
|
60 | false | true |
A static website with a dynamic search function? Yes. As alternatives to embeddable scripts from Google or other search engines, you can provide your visitors a custom search by indexing your content files directly.
- Hugoidx is an experimental application to create a search index. It's built on top of Bleve.
- GitHub Gist for Hugo Workflow. This gist contains a simple workflow to create a search index for your static website. It uses a simple Grunt script to index all your content files and lunr.js to serve the search results.
- hugo-lunr. A simple way to add site search to your static Hugo site using lunr.js. Hugo-lunr will create an index file of any html and markdown documents in your Hugo project.
Commercial Search Services
- Algolia's Search API makes it easy to deliver a great search experience in your apps and websites. Algolia Search provides hosted full-text, numerical, faceted, and geolocalized search.