hexo搭建的,终于出来了
哈哈,还不错的样子.接下来学什么内容就写到博客里面,顺便看看怎么加入相册.
github 博客地址
changlog
- 2018年2月24日
- 添加了评论
- 添加二维码支持
一个奔三的男人
缺失模块。
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