搜索栏配置

开启本地搜索功能

安装插件
安装 hexo-generator-search

1
npm install hexo-generator-search --save

在主题 _config.yml 文件中添加local_search

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

在主题_config.yml打开local_search

1
2
3
4
5
# Local search
local_search:
enable: true
preload: true
CDN:

执行 hexo clean && hexo g 重新生成博客文件