Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

Add search feature #347

Open
mattstratton opened this issue Feb 27, 2017 · 3 comments
Open

Add search feature #347

mattstratton opened this issue Feb 27, 2017 · 3 comments
Milestone

Comments

@mattstratton
Copy link
Member

We should have the ability to search the site; probably add a search icon/field to the nav.

This is probably best achieved with google site search, etc.

@mattstratton mattstratton added this to the Blue Sky milestone Feb 27, 2017
@mattstratton mattstratton modified the milestone: Blue Sky Mar 21, 2017
@mattstratton
Copy link
Member Author

The ideal setup is probably going to be using https://www.algolia.com/, but this will require us to create a json file to import.

Hugo .20 will allow us to create custom file types, so once this is released, we can likely implement this in a more robust manner.

@mattstratton
Copy link
Member Author

Here's a bit of how hugo themselves have done it, so I don't forget:

https://github.com/spf13/hugo/pull/2016/files

My theory is that we can use the node client and upload the index on all builds, provided it's not very slow...

@bridgetkromhout
Copy link
Contributor

How Algolia search was implemented for the Helm site: helm/helm-www#194

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants