开启snippet的本地搜索功能

由于使用的是snippet的主题,使用文档已经说出了如何开启本地的搜索功能。

如果要使用本地站点搜索,必须安装插件hexo-generator-json-content来创建本地搜索json文件

1
npm i [email protected] -S

然后修改主题配置_config.yml文件下jsonContent相关参数。

1
2
3
4
5
6
7
8
9
10
## 搜索
jsonContent:
searchLocal: true // 是否启用本地搜索
searchGoogle: true //是否启用谷歌搜索
posts:
title: true
text: true
content: true
categories: true
tags: true
Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×