From be65c2b893429449195c95ce41b91bd02444e690 Mon Sep 17 00:00:00 2001 From: 7Wate Date: Mon, 11 Jul 2022 15:49:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=EF=BC=9A=E8=81=8C=E4=B8=9A?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- work/home.md | 9 ++++++--- work/求职经验/_category_.json | 8 ++++++++ work/简历制作/_category_.json | 8 ++++++++ work/职业规划/_category_.json | 8 ++++++++ work/面试经验/_category_.json | 8 ++++++++ 5 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 work/求职经验/_category_.json create mode 100644 work/简历制作/_category_.json create mode 100644 work/职业规划/_category_.json create mode 100644 work/面试经验/_category_.json diff --git a/work/home.md b/work/home.md index ef11b1dd..b57408b0 100644 --- a/work/home.md +++ b/work/home.md @@ -1,11 +1,14 @@ --- slug: / +id: home +title: 求职之路 sidebar_position: 1 --- -# Home - -职业职业 ~ 🤩🤩🤩 +![无产阶级](https://static.7wate.com/img/2022/07/11/3d7269b20b6e3.png) +主要记录个人的求职之路、职业规划以及经验分享。 +如果有类似的经验贴,接受 PR 及经验分享,共同进步早日实现财富自由! +冲啊,奥里给 😍😍😍 diff --git a/work/求职经验/_category_.json b/work/求职经验/_category_.json new file mode 100644 index 00000000..f422cdcd --- /dev/null +++ b/work/求职经验/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "求职经验", + "position": 3, + "link": { + "type": "generated-index", + "title": "求职经验" + } +} \ No newline at end of file diff --git a/work/简历制作/_category_.json b/work/简历制作/_category_.json new file mode 100644 index 00000000..64c04388 --- /dev/null +++ b/work/简历制作/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "简历制作", + "position": 2, + "link": { + "type": "generated-index", + "title": "简历制作" + } +} \ No newline at end of file diff --git a/work/职业规划/_category_.json b/work/职业规划/_category_.json new file mode 100644 index 00000000..54e454b3 --- /dev/null +++ b/work/职业规划/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "职业规划", + "position": 1, + "link": { + "type": "generated-index", + "title": "职业规划" + } +} \ No newline at end of file diff --git a/work/面试经验/_category_.json b/work/面试经验/_category_.json new file mode 100644 index 00000000..7c220d5a --- /dev/null +++ b/work/面试经验/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "面试经验", + "position": 4, + "link": { + "type": "generated-index", + "title": "面试经验" + } +} \ No newline at end of file