
教程
- 安装搜索插件hexo-generator-searchdb :npm install hexo-generator-searchdb –save
-
在你的根目录的_config.yml中添加
12345search:path: search.xmlfield: postformat: htmllimit: 10000 -
在你的主题(我使用的是next)的_config.yml中,将
123456local_search:enable: false修改为:local_search:enable: true




近期评论