copy本repo至主目录的themes下,更改主目录_config.yml中的theme为blur- 每一篇
post设置为
---
title: your title
excerpt: description of the post
image_url: cover photo of the post
date: date of the post
position: (1 for left, 2 for right) the position of the post inside the main page.
---
- 关于设置
About,首先在source目录里新建about目录并在其中生成index.md文件。并在index.md里写一下格式.
---
title: 自我介绍
layout: about
---
这是一段自我介绍
cd至主目录,hexo server看生成效果。
- Add categories page
- Add tags page
- Add disquis comment session. .......