next theme添加搜索功能 发表于 2018-11-27 | 分类于 语言 | 阅读次数: next theme配置搜索功能 当博客文章越来越多的时候,逐个查找比较麻烦,搜索功能可以方便的查找。 依赖1npm install hexo-generator-searchdb --save 配置修改 在hexo的配置文件_config.yml添加如下: 12345search: path: search.xml field: post format: html limit: 10000 在next配置文件_config.yml修改如: 12local_search: enable: true