diff options
author | Bjørn Erik Pedersen <[email protected]> | 2019-12-15 10:37:36 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-12-15 10:37:36 +0100 |
commit | 67f3aa72cf9aaf3d6e447fa6bc12de704d46adf7 (patch) | |
tree | 6d7019f6a0753b251a1c5c84e87f4007eb13b2f1 /docs/content/en/tools | |
parent | 0947cf958358e5a45b4f605e2a5b2504896fa360 (diff) | |
parent | 2e711a28c71e8667258e5ab824f9b9a71c261b0a (diff) | |
download | hugo-67f3aa72cf9aaf3d6e447fa6bc12de704d46adf7.tar.gz hugo-67f3aa72cf9aaf3d6e447fa6bc12de704d46adf7.zip |
Merge commit '2e711a28c71e8667258e5ab824f9b9a71c261b0a'
Diffstat (limited to 'docs/content/en/tools')
-rw-r--r-- | docs/content/en/tools/search.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/tools/search.md b/docs/content/en/tools/search.md index 2958ee0a0..4c6695976 100644 --- a/docs/content/en/tools/search.md +++ b/docs/content/en/tools/search.md @@ -18,7 +18,7 @@ aliases: [] toc: 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. +A static website with a dynamic search function? Yes, Hugo provides an alternative to embeddable scripts from Google or other search engines for static websites. Hugo allows you to provide your visitors with a custom search function by indexing your content files directly. * [GitHub Gist for Hugo Workflow](https://gist.github.com/sebz/efddfc8fdcb6b480f567). 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](https://lunrjs.com/) to serve the search results. * [hugo-elasticsearch](https://www.npmjs.com/package/hugo-elasticsearch). Generate [Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html) indexes for Hugo static sites by parsing front matter. Hugo-Elasticsearch will generate a newline delimited JSON (NDJSON) file that can be bulk uploaded into Elasticsearch using any one of the available [clients](https://www.elastic.co/guide/en/elasticsearch/client/index.html). |