litten / litten.github.com

黎小腾同学的blog
http://litten.github.io/
72 stars 45 forks source link

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

Open bran-nie opened 7 years ago

bran-nie commented 7 years ago

如何设置站内搜索呢?

litten commented 7 years ago
  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
swlfigo commented 7 years ago

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

DeepDuke commented 7 years ago

楼上+1

DeepDuke commented 7 years ago

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