因为我本人是一个初中党,在去年暑假折腾用hexo加github pages搭建了个人博客,但是因为学业原因从来没有正式使用.
转眼又到了2020年寒假,我都快忘了我的博客了,偶然发现我的google收藏夹里发现了它,才有激起我写博客的欲望.
于是我在此宣布我要开始写博客了哈哈哈.
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
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