Skip to content

Commit 46ecd3e

Browse files
author
Zhili Yang
committed
fix sth
1. add new page about 2. add new page tags 3. add new page categories 4. fix the web config 5. fitx the theme config 6. add <!--more--> to "hello-world.md"
1 parent 589c9cc commit 46ecd3e

File tree

6 files changed

+46
-8
lines changed

6 files changed

+46
-8
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
## Source: https://github.com/hexojs/hexo/
44

55
# Site
6-
title: Hexo
7-
subtitle:
8-
description:
9-
author: John Doe
6+
title: Sauli's Blog
7+
subtitle: Everyday Notes
8+
description: You may delay, But time will not.
9+
author: SysTick
1010
language: zh-Hans
1111
timezone:
1212

source/_posts/hello-world.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
title: Hello World
3+
tags: hello hexo
34
---
45
Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues).
56

7+
<!--more-->
8+
69
## Quick Start
710

811
### Create a new post

source/about/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: ABOUT
3+
date: 2017-10-02 09:59:16
4+
---
5+
> **关于博主**
6+
7+
- 性别:纯爷们
8+
- 职业方向:攻城狮
9+
- 内功:Linux、C/C++、stm32、51、PADS。
10+
- 层次:需要加强修炼,才能融会贯通。
11+
12+
> **联系博主**
13+
14+
- QQ:551992487
15+
- 邮箱:<a href="mailto:[email protected] ">[email protected]</a>
16+
17+
> **关于本博**
18+
19+
本博是笔者用来记录学习过程中的问题及解决过程,以便自己以后查阅。主要涉及stm32、arm、Linux及C语言编程。
20+
21+
> **博客历程**
22+
23+
... 混沌状态,啥也没留下。
24+
2017-10-02 建立systick.github.io.

source/categories/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: categories
3+
date: 2017-10-02 09:57:26
4+
---

source/tags/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: tags
3+
date: 2017-10-02 09:55:33
4+
type: "tags"
5+
comments: false
6+
---

themes/next/_config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,17 @@ scheme: Pisces
115115
# Value before `||` delimeter is the target permalink.
116116
# Value after `||` delimeter is the name of FontAwesome icon. If icon (with or without delimeter) is not specified, globe icon will be loaded.
117117
social:
118-
GitHub: https://github.com/yourname || github
119-
E-Mail: mailto:[email protected] || envelope
118+
GitHub: https://github.com/SysTick || github
119+
#E-Mail: mailto:[email protected] || envelope
120120
#Google: https://plus.google.com/yourname || google
121-
Twitter: https://twitter.com/yourname || twitter
121+
#Twitter: https://twitter.com/yourname || twitter
122122
#FB Page: https://www.facebook.com/yourname || facebook
123123
#VK Group: https://vk.com/yourname || vk
124-
StackOverflow: https://stackoverflow.com/yourname || stack-overflow
124+
#StackOverflow: https://stackoverflow.com/yourname || stack-overflow
125125
#YouTube: https://youtube.com/yourname || youtube
126126
#Instagram: https://instagram.com/yourname || instagram
127127
#Skype: skype:yourname?call|chat || skype
128+
微博: http://weibo.com/532356790
128129

129130
social_icons:
130131
enable: true

0 commit comments

Comments
 (0)