Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 324 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 324 Bytes

hexo-search

Hexo plugin to generate a JSON file for local search.

Install

$ npm install hexo-search --save

Options

You can configure this plugin in your root _config.yml.

search:
  path: search.json
  source: all # other values: posts, pages
  trim_html: false