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  | # Add these config to any position.  | 
Edit theme config : themes/next/_config.yml
1  | # Local search  | 
Restart your blog.
1  | hexo server  |