1. 程式人生 > >Hexo yilia 點選所有文章提示缺失模組

Hexo yilia 點選所有文章提示缺失模組

問題

點選所有文章提示缺失模組

解決辦法

  • 確保node版本大於6.2
  • 在部落格根目錄(注意不是yilia根目錄)執行以下命令:npm install hexo-generator-json-content --save
  • 在hexo的blog根目錄_config.yml裡新增配置(保持格式,不要改動任何空格縮排),關掉hexo s之後執行hexo g重新生成:
jsonContent:
  meta: false
  pages: false
  posts:
    title: true
    date: true
    path: true
    text: false
    raw: false
    content: false
    slug: false
    updated: false
    comments: false
    link: false
    permalink: false
    excerpt: false
    categories: false
    tags: true