Skip to content

Commit 25115f1

Browse files
committed
refactor: add name for path 'post' & rename path of 'C++' into cpp
1 parent 95fe3cb commit 25115f1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

src/posts/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 技术文章
3+
icon: lightbulb
4+
index: false
5+
---

src/posts/cpp/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: C++
3+
icon: lightbulb
4+
index: false
5+
---
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
title: 记一次 GP Debug 的心路历程
2+
title: decltype(auto)的应用
33
# cover: /assets/images/cover1.jpg
4-
54
icon: page
65
order: 1
76
author: ChiChen

0 commit comments

Comments
 (0)