-
Notifications
You must be signed in to change notification settings - Fork 3.6k
自定义站内搜索
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