本章讲下,我的电脑之前安装过盗版window导致系统崩溃,导致需要重装电脑,太坑了,之前博客的配置全没了。由于现在的工作不是写代码的,本不想继续玩博客,但今天不想学习,也不想玩电脑就开始捣鼓了。
more >>
只想吃喝玩乐
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
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