第一次做博客,下载的东西很多,也很麻烦。但是挺过来了。闲暇的时间不太多。能成功的做出来算是一大步吧
可能我要记住hexo+g hexo+d hexo+clean 等指令。编辑MD文件的时候中文出现的错误也改正了。也幸亏有了github和hexo也有大神的帮忙。要不然我也建不成一个网站。而联系方式我就留到下面这个网址上了。有投稿的可以联系我。
https://wan199110.github.io/yining.github.io/
缺失模块。
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