vanishke / blog-comments

blog-comments
0 stars 0 forks source link

hexo安装本地搜索功能 | vanishke个人技术博客 #29

Open vanishke opened 3 years ago

vanishke commented 3 years ago

https://hexo-sigma-eight.vercel.app/hexo/blogs/hexo%E5%AE%89%E8%A3%85%E6%9C%AC%E5%9C%B0%E6%90%9C%E7%B4%A2%E5%8A%9F%E8%83%BD/

安装插件npm install hexo-generator-searchdb --save 新增配置修改hexo/_config.yml站点配置文件,新增以下内容到任意位置: search:path: search.xmlfield: postformat: htmllimit: 10000 修改主题配置文件,开启本地搜索功能# Local searchlocal_search:enab