Skip to content

Commit ea9f91c

Browse files
committed
将 frontMatter 统一更换成 yaml 格式
1 parent 9399368 commit ea9f91c

29 files changed

Lines changed: 212 additions & 212 deletions

File tree

content/post/ACM_Steps_1_3.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
+++
2-
title = "ACM Steps 1-3"
3-
date = "2021-01-05T00:52:51+08:00"
4-
tags = ["算法竞赛"]
5-
description = ""
6-
+++
1+
---
2+
title: "ACM Steps 1-3"
3+
date: "2021-01-05T00:52:51+08:00"
4+
tags: ["算法竞赛"]
5+
description: ""
6+
---
77

88
ACM Steps 不能跳着刷好蛋疼啊,非要去写水题
99

content/post/BCM20702A1_on_Ubuntu/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
+++
2-
title = "BCM20702A1在Ubuntu下无法连接设备"
3-
date = "2019-11-04T22:03:39+08:00"
4-
tags = ["寄术"]
5-
description = ""
6-
slug = "BCM20702A1_on_Ubuntu"
7-
+++
1+
---
2+
title: "BCM20702A1在Ubuntu下无法连接设备"
3+
date: "2019-11-04T22:03:39+08:00"
4+
tags: ["寄术"]
5+
description: ""
6+
slug: "BCM20702A1_on_Ubuntu"
7+
---
88

99

1010
给X230换了张DW1550网卡,其实就是戴尔版的BCM94352网卡==
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
+++
2-
title = "用OneDriver来备份HEXO的源文件"
3-
date = "2018-01-20T16:57:45+08:00"
4-
tags = ["寄术"]
5-
description = ""
6-
+++
1+
---
2+
title: "用OneDriver来备份HEXO的源文件"
3+
date: "2018-01-20T16:57:45+08:00"
4+
tags: ["寄术"]
5+
description: ""
6+
---
77

88
话说之前一直再用GitHub在同步我的HEXO原本的文件,但是最近我的各种机器都出现了莫名其妙的问题,于是就开始尝试了一下MS的服务,包括现在在用的OneDriver,5GB的空间用来同步HEXO的源文件相当充足了,并且最重要的是,这玩意在不挂VPN的环境下和GitHub的速度不是一个数量级的啊。

content/post/BeforeNOIP2018/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
+++
2-
title = "NOIP2018复赛前的随想"
3-
date = "2018-10-25T14:25:40+08:00"
4-
tags = ["算法竞赛"]
5-
description = ""
6-
slug = "BeforeNOIP2018"
7-
image = "IDCard.jpg"
8-
categories = ["XCPC"]
9-
+++
1+
---
2+
title: "NOIP2018复赛前的随想"
3+
date: "2018-10-25T14:25:40+08:00"
4+
tags: ["算法竞赛"]
5+
description: ""
6+
slug: "BeforeNOIP2018"
7+
image: "IDCard.jpg"
8+
categories: ["XCPC"]
9+
---
1010

1111
貌似初赛过了的样子……
1212

content/post/Before_NOIP_2018_Preliminary_Round.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
+++
2-
title = "写在NOIP2018初赛前"
3-
date = "2018-09-25T21:00:00+08:00"
4-
tags = ["算法竞赛"]
5-
description = ""
6-
+++
1+
---
2+
title: "写在NOIP2018初赛前"
3+
date: "2018-09-25T21:00:00+08:00"
4+
tags: ["算法竞赛"]
5+
description: ""
6+
---
77

88

99
啊。。。或许高三的生活就是这样,容不得你有半点情绪

content/post/Bye2020.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
+++
2-
title = "再见2020"
3-
date = "2020-12-27T17:05:56+08:00"
4-
tags = ["闲言碎语"]
5-
description = ""
6-
+++
1+
---
2+
title: "再见2020"
3+
date: "2020-12-27T17:05:56+08:00"
4+
tags: ["闲言碎语"]
5+
description: ""
6+
---
77

88

99
济南站打完,我的2020年学习生活算是真正的结束了,剩下的约莫就是等待31号的早晨飞杭州回浙江了。

content/post/Codeforces/CF1008.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
+++
2-
title = "Codeforces Round #497 (Div. 2)"
3-
date = "2018-07-14T16:55:16+08:00"
4-
tags = ["算法竞赛"]
5-
categories = ["XCPC"]
6-
description = ""
7-
# image = ""
8-
slug = "CF1008"
9-
+++
1+
---
2+
title: "Codeforces Round #497 (Div. 2)"
3+
date: "2018-07-14T16:55:16+08:00"
4+
tags: ["算法竞赛"]
5+
categories: ["XCPC"]
6+
description: ""
7+
# image: ""
8+
slug: "CF1008"
9+
---
1010

1111
# A Romaji
1212

content/post/Codeforces/CF1395.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
+++
2-
title = "Codeforces Round #664 (Div. 2)"
3-
date = "2020-08-14T09:52:00+08:00"
4-
tags = ["算法竞赛"]
5-
categories = ["XCPC"]
6-
# description = ""
7-
# image = "https://api.ixiaowai.cn/api/api.php"
8-
slug = "CF1395"
9-
+++
1+
---
2+
title: "Codeforces Round #664 (Div. 2)"
3+
date: "2020-08-14T09:52:00+08:00"
4+
tags: ["算法竞赛"]
5+
categories: ["XCPC"]
6+
# description: ""
7+
# image: "https://api.ixiaowai.cn/api/api.php"
8+
slug: "CF1395"
9+
---
1010

1111

1212
[Boboniu Likes to Color Balls](https://codeforces.com/contest/1395/problem/A)

content/post/Codeforces/CF1509.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
+++
2-
title = "Codeforces Round #715 (Div. 2)"
3-
date = "2021-04-17T17:05:05+08:00"
4-
tags = ["算法竞赛"]
5-
categories = ["XCPC"]
6-
description = "小号 RANK 281,1584 → 1706"
7-
image = "https://api.yimian.xyz/img"
8-
slug = "CF1509"
9-
+++
1+
---
2+
title: "Codeforces Round #715 (Div. 2)"
3+
date: "2021-04-17T17:05:05+08:00"
4+
tags: ["算法竞赛"]
5+
categories: ["XCPC"]
6+
description: "小号 RANK 281,1584 → 1706"
7+
image: "https://api.yimian.xyz/img"
8+
slug: "CF1509"
9+
---
1010

1111
# [A - Average Height](https://codeforces.com/contest/1509/problem/A)
1212

content/post/Fingerprint_On_Ubuntu.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
+++
2-
title = "在Ubuntu上启用指纹识别"
3-
date = "2019-10-27T22:07:10+08:00"
4-
tags = ["寄术"]
5-
description = ""
6-
+++
1+
---
2+
title: "在Ubuntu上启用指纹识别"
3+
date: "2019-10-27T22:07:10+08:00"
4+
tags: ["寄术"]
5+
description: ""
6+
---
77

88

99
写着一篇的原因是中文网络上对于fprintd的教程已经严重与现在的Ubuntu脱节==

0 commit comments

Comments
 (0)