litten.github.com icon indicating copy to clipboard operation
litten.github.com copied to clipboard

关于主题中.站内搜索的功能

Open bran-nie opened this issue 9 years ago • 4 comments

如何设置站内搜索呢?

bran-nie avatar Dec 06 '16 05:12 bran-nie

  1. 在博客根目录(注意不是yilia根目录)执行以下命令:npm i hexo-generator-json-content --save

  2. 在根目录_config.yml里添加配置:

  jsonContent:
    meta: false
    pages: false
    posts:
      title: true
      date: true
      path: true
      text: true
      raw: false
      content: false
      slug: false
      updated: false
      comments: false
      link: false
      permalink: false
      excerpt: false
      categories: false
      tags: true

litten avatar Dec 06 '16 08:12 litten

为什么设置了...还是不行呢...

swlfigo avatar Jan 25 '17 07:01 swlfigo

楼上+1

DeepDuke avatar Mar 06 '17 11:03 DeepDuke

更新node后,站内搜索恢复正常了 @swlfigo

DeepDuke avatar Mar 06 '17 13:03 DeepDuke