next theme添加搜索功能

next theme配置搜索功能

当博客文章越来越多的时候,逐个查找比较麻烦,搜索功能可以方便的查找。

依赖

1
npm install hexo-generator-searchdb --save

配置修改

hexo的配置文件_config.yml添加如下:

1
2
3
4
5
search:
path: search.xml
field: post
format: html
limit: 10000

next配置文件_config.yml修改如:

1
2
local_search:
enable: true