该插件用于生成搜索索引文件,其中包含文章的所有必要数据,可用于为博客编写本地搜索引擎。支持XML和JSON格式输出。
Github地址:https://github.com/theme-next/hexo-generator-searchdb
安装
在站点根目录下执行npm install hexo-generator-searchdb --save
编辑站点
配置文件
新增以下内容
search:
path: search.xml
field: post
format: html
limit: 10000
编辑主题
配置文件
修改以下内容
# Local search
local_search:
enable: true