安装依赖包

npm install hexo-generator-search

添加代码至hexo下面的_config.yml文件

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

修改butterfly下面的_config.yml文件

local_search:
  enable: true
  preload: true

最后在重新部署即可