Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihuaiwen committed Jan 26, 2024
1 parent 5494d2a commit ed2cca2
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 19 deletions.
12 changes: 8 additions & 4 deletions docs/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ export default navbar([
text: "网站相关",
icon: "about",
children: [
{text: "关于作者", icon: "zuozhe", link: "/about-the-author/"},
{
text: "生活",
icon: "life",
link: "/life/",
text: "关于作者",
icon: "zuozhe",
link: "/about-the-author/"
},
// {
// text: "生活",
// icon: "life",
// link: "/life/",
// },
],
},
]);
31 changes: 16 additions & 15 deletions docs/.vuepress/sidebar/about-the-author.ts
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"

},
]);
2 changes: 2 additions & 0 deletions docs/.vuepress/sidebar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {personalWebsite} from "./personalWebsite.js";
import {kubernetes} from "./kubernetes.js";
import {others} from "./others";
import {middleware} from "./middleware.js";
import {life} from "./life.js";

export default sidebar({
// 应该把更精确的路径放置在前边
Expand All @@ -20,6 +21,7 @@ export default sidebar({
"/kubernetes/": kubernetes,
"/books/": books,
"/donate/": donate,
"/life/": life,
"/others/": others,
"/about-the-author/": aboutTheAuthor,
"/high-quality-technical-articles/": highQualityTechnicalArticles,
Expand Down
11 changes: 11 additions & 0 deletions docs/.vuepress/sidebar/life.ts
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"
},
]
)
2 changes: 2 additions & 0 deletions docs/about-the-author/personal-life/wewe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 自我介绍
oifjwoiej
1 change: 1 addition & 0 deletions docs/life/2017.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 2017
2016年6月,大三,考完最后一科,默默的看着大四那群人一个一个的走了,想着想着,明年毕业的时候,自己将会失去你所拥有的一切,大学那群认识的人,可能这辈子都不会见到了——致远离家乡出省读书的娃。然而,我并没有想到,自己失去的,不仅仅是那群人,几乎是一切。。。。
17年1月,因为受不了北京雾霾(其实是次因),从实习的公司跑路了,很不舍,只是,感觉自己还有很多事要做,很多梦想要去实现,毕竟,看着身边的人,去了美团,拿着15k的月薪,有点不平衡,感觉他也不是很厉害吧,我努力努力10k应该没问题吧?

Expand Down
1 change: 1 addition & 0 deletions docs/life/2018.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 2018
年底老姐结婚,跑回家去了,忙着一直没写,本来想回深圳的时候空余的时候写写,没想到一直加班,嗯,9点半下班那种,偶尔也趁着间隙的时间,一段一段的凑着吧。


Expand Down
1 change: 1 addition & 0 deletions docs/life/2019.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 2019
2019,本命年,1字头开头的年份,就这么过去了,迎来了2开头的十年,12月过的不是很好,每隔几天就吵架,都没怎么想起写自己的年终总结了,对这个跨年也不是很重视,貌似有点浑浑噩噩的样子。今天1号,就继续来公司学习学习,就写写文章吧。
19年一月,没发生什么事,对老板也算是失望,打算过完春节就出去外面试试,完全的架构错误啊,怎么守得了,然后开了个年会,没什么好看的,唯一的例外就是看见漂漂亮亮的她,可惜不敢搭话,就这么的呗。2月以奇奇怪怪的方式走到了一起,开心,又有点伤心,然后就开始了这个欢喜而又悲剧的本命年。

Expand Down
Empty file removed docs/life/README.md
Empty file.

0 comments on commit ed2cca2

Please sign in to comment.