Hi This is a test
- 本文作者: YangBingxi
- 本文链接: https://yangbingxi.github.io/2019/12/11/%E6%A0%A1%E5%9B%AD%E7%9F%A5%E4%B9%8E%E7%BD%91%E7%AB%99/
- 版权声明: 本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可。转载请注明出处!
Talk is cheap,Show me the code!
缺失模块。
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