-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search bar #74
Comments
There are several ways of adding search to a Hugo site listed here: https://gohugo.io/tools/search/ We could build one into the theme directly (making it optional, of course), but having never tried it myself I'm not sure which option to choose. It would also significantly complicate the instructions by adding an external dependency and an extra step in the build process. My gut instinct is this isn't worth it, but I'm open to being convinced... |
Some themes like Hextra seem to be able to do it (using Flexsearch) without additional instructions. I don't know how they do it though. I honestly think its worth it as it would make finding material easier, both in blogs and documentation type sites. |
Another example is the Paige theme |
Would be nice if there is a way to implement a search bar into this.
The text was updated successfully, but these errors were encountered: