1.下载安装包

先下载安装下面的安装包,进入到对应的博客目录里面执行下面的语句:

1
npm install hexo-generator-search --save

2.配置themes下面的配置文件_config.yml

将enable选项改为true 很重要,否则不会有效果

1
2
3
4
5
local_search:
enable: true # 将false改为true
labels:
input_placeholder: Search for Posts
hits_empty: "We didn't find any results for the search: ${query}" # if there are no result

3.重新启动本地服务器

hexo clean
hexo s -g //相当于 hexo g和hexo s一起执行

写在最后

欢迎大家关注鄙人的公众号【麦田里的守望者zhg】,让我们一起成长,谢谢。
微信公众号