Skip to content

自定义站内搜索

Zheng Juefei edited this page Oct 13, 2016 · 3 revisions

添加百度/谷歌/本地 自定义站点内容搜索

安装hexo-generator-searchdb

npm install hexo-generator-searchdb --save

在站点的 _config.yml中增加

search:
  path: search.xml
  field: post
  format: html
  limit: 10000

效果见#694