-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zhihuaiwen
committed
Jan 26, 2024
1 parent
5494d2a
commit ed2cca2
Showing
9 changed files
with
42 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
import { arraySidebar } from "vuepress-theme-hope"; | ||
import {arraySidebar} from "vuepress-theme-hope"; | ||
|
||
export const aboutTheAuthor = arraySidebar([ | ||
{ | ||
text: "个人经历", | ||
icon: "experience", | ||
collapsible: false, | ||
children: [ | ||
], | ||
}, | ||
{ | ||
text: "杂谈", | ||
icon: "chat", | ||
collapsible: false, | ||
children: [ | ||
], | ||
}, | ||
{ | ||
text: "个人生活", | ||
icon: "experience", | ||
prefix: "personal-life/", | ||
collapsible: false, | ||
children: "structure" | ||
}, | ||
{ | ||
text: "杂谈", | ||
icon: "chat", | ||
prefix: "talking/", | ||
collapsible: false, | ||
children: "structure" | ||
|
||
}, | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import {arraySidebar} from "vuepress-theme-hope"; | ||
|
||
export const life = arraySidebar([ | ||
{ | ||
text: "生活", | ||
icon: "life", | ||
collapsible: false, | ||
children: "structure" | ||
}, | ||
] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 自我介绍 | ||
oifjwoiej |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# 2018 | ||
年底老姐结婚,跑回家去了,忙着一直没写,本来想回深圳的时候空余的时候写写,没想到一直加班,嗯,9点半下班那种,偶尔也趁着间隙的时间,一段一段的凑着吧。 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.