个人博客开通。
曾经觉得自己还没能力写出高质量的文章,所以一直未开通博客。在网络上获取的知识多了之后,慢慢的觉得即使不能写出高质量的文章,只要把自己知道的东西分享出来,总会帮助到一些人,避免走弯路耗费大量时间。
希望分享的内容对你有所帮助。
缺失模块。
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