0%

Local search for hexo

Enable local search for hexo blog with next theme.

Install Local Search plugin.

1
npm install hexo-generator-searchdb --save

Edit site config : _config.yml

1
2
3
4
5
6
# Add these config to any position.
search:
path: search.xml
field: post
format: html
limit: 10000

Edit theme config : themes/next/_config.yml

1
2
3
# Local search
local_search:
enable: true

Restart your blog.

1
hexo server