probberechts / hexo-theme-cactus

:cactus: A responsive, clean and simple theme for Hexo.
https://probberechts.github.io/hexo-theme-cactus/
MIT License
3.15k stars 781 forks source link

Add file search function #328

Closed XrVi closed 1 year ago

XrVi commented 2 years ago

Add a global search function to the navigation bar or at the top to support searching for articles and content within articles.

The search function should support entering keywords to list pre-selected results and highlight or highlight keywords.

probberechts commented 1 year ago

Note that there is already some support for search functionality available. See https://github.com/probberechts/hexo-theme-cactus#local-search

Adding the option to show the search bar in the navigation, rather than on a separate page seems a good idea to me. If someone wants to create a pull request for that, go ahead!

More advanced search functionality should be implemented in the hexo-generate-search plugin, not into this theme.