wzpan / hexo-generator-search

A plugin to generate search data for Hexo.
MIT License
461 stars 84 forks source link

请问 #80

Closed XuChangXiang closed 1 year ago

XuChangXiang commented 2 years ago

如何设置 不搜索文章内容,只根据搜索标题

wzpan commented 2 years ago
search:
  path: search.xml
  field: post
  content: true
  template: ./search.xml

在 _config.yml 里,把上面的 content 设置为 false 即可。