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

Search feature was not working before installing plugin #37

Closed aleetsaiya closed 1 year ago

aleetsaiya commented 2 years ago

Hi @adisaktijrs ,

I found the search feature was not working if we do not install hexo-generator-search.

I resolved the problem by simply installing the plugin and added the following code to root _config.yml

search:
  path: search.json
  field: post
  content: true

I'm willing to add these steps to README if you want but I think they should be added to the Quick Start Document.