adisaktijrs / hexo-theme-minima

A lightweight dark/light theme for Hexo.js
https://adisaktijrs.github.io/minima
MIT License
220 stars 51 forks source link

New feature request: add a search feature #30

Closed aJIEw closed 2 years ago

aJIEw commented 2 years ago

Hi, thanks for creating this great theme, I love it. And I'm wondering if you are considering adding a search feature, like local search or something similar?

jinzhongjia commented 2 years ago

Maybe you can take a look at this plugin hexo-generator-search

Incidentally, I may be able to complete this function in the future🤔

jinzhongjia commented 2 years ago

i have add a search feature (local search) through this Repositories,however,I found as like as two peas of Repositories. and i have pull requests😃 After it uploads the locally generated JSON file to the server, JS applies for and parses it to achieve the purpose of search, but I only configure the function of searching the article title

adisaktijrs commented 2 years ago

Hi, this feature is already being implemented by @yingyi666! Here's his PR #33 if you wanna check how to use the search feature. I'll update the documentation to reflect this update soon.