Skip to content

Commit

Permalink
增加友链内容,添加评论区,添加关于我页面
Browse files Browse the repository at this point in the history
  • Loading branch information
Paper-Dragon committed Nov 6, 2023
1 parent fd05b39 commit 160e408
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 54 deletions.
52 changes: 29 additions & 23 deletions src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@
import { navbar } from "vuepress-theme-hope";
import {navbar} from "vuepress-theme-hope";

export default navbar([
"/",
{
text: "使用指南",
icon: "book",
link: "/note-book"
},
{
text: "时间线",
icon: "history",
link: "/timeline"
},
{
text: "友链",
icon: "link",
link: "/友链/友链.md",
ariaLabel: "友链"
},
{
text: "实时访客",
icon: "chart-simple",
link: "https://analytics.umami.is/share/pvHcnC9eaFEzXn99/DevOps-Book",
},
"/",
{
text: "使用指南",
icon: "book",
link: "/note-book"
},
{
text: "时间线",
icon: "history",
link: "/timeline"
},
{
text: "友链",
icon: "link",
link: "/友链/友链.md",
ariaLabel: "友链"
},
{
text: "关于我",
icon: "address-card",
link: "/me/about.md",
ariaLabel: "关于我"
},
{
text: "实时访客",
icon: "chart-simple",
link: "https://analytics.umami.is/share/pvHcnC9eaFEzXn99/DevOps-Book",
},
]);
46 changes: 23 additions & 23 deletions src/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
import { sidebar } from "vuepress-theme-hope";
import {sidebar} from "vuepress-theme-hope";

export default sidebar({
"/": [
"",
{
text: "note-book",
icon: "book",
// 是否可折叠
collapsible: true,
prefix: "note-book/",
link: "note-book/",
children: "structure",
},
{
text: "PyQt5快速上手-王铭东",
icon: "book",
// 是否可折叠
collapsible: true,
prefix: "PyQt5快速上手-王铭东/",
link: "PyQt5快速上手-王铭东/",
children: "structure",
},
"slides",
],
"/": [
"",
{
text: "note-book",
icon: "book",
// 是否可折叠
collapsible: true,
prefix: "note-book/",
link: "note-book/",
children: "structure",
},
{
text: "PyQt5快速上手-王铭东",
icon: "book",
// 是否可折叠
collapsible: true,
prefix: "PyQt5快速上手-王铭东/",
link: "PyQt5快速上手-王铭东/",
children: "structure",
},
"slides",
],
});
14 changes: 7 additions & 7 deletions src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ export default hopeTheme({
plugins: {
blog: true,
// You should generate and use your own comment service
// comment: {
// provider: "Giscus",
// repo: "vuepress-theme-hope/giscus-discussions",
// repoId: "R_kgDOG_Pt2A",
// category: "Announcements",
// categoryId: "DIC_kwDOG_Pt2M4COD69",
// },
comment: {
provider: "Giscus",
repo: "Paper-Dragon/paper-dragon.github.io",
repoId: "R_kgDOKGpjZw",
category: "blog",
categoryId: "DIC_kwDOKGpjZ84CauNO",
},
components: {
// 你想使用的组件
components: [
Expand Down
42 changes: 42 additions & 0 deletions src/me/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
pageClass: me
sidebar: false
---
#

::: tabs#me
@tab 基本信息
**网名:** Shoulong | JokerDragon | PaperDragon | 月亮不睡我不睡 | 不做秃头小宝贝 | ...
**老家:** 山东省潍坊市坊子区
**性别:**
**身高:** 182
**体重:** 132
**年份:** 1999
**生肖:** []


@tab 社交
**[QQ](https://user.qzone.qq.com/)** 2678885646
**[微信](https://weixin.qq.com/)** dragon-joker
**[哔哩哔哩](https://www.bilibili.com/)** PaperDragon_bili
**邮箱:** [email protected]

@tab 职业生涯
>入职日期:2021-12-06 至 当前
> 公司名称:敬达数码科技(上海)有限公司
> 职位:IT工程师
>>入职日期:2020-06-00 至 2021-12-00
>> 公司名称:山东至强奔腾信息技术有限公司
>> 职位:系统集成工程师
@tab 受教育经历
> 入学时间:2022-03-01 至 2024-07-01[预计毕业时间]
> 学校名称:[西安电子科技大学](https://www.xidian.edu.cn/)
> 专业:计算机科学与技术
> 学历:本科
>> 入学时间:2018-09-01 至 2021-07-01
>> 学校名称:[威海职业学院](https://www.whvc.edu.cn/)
>> 专业:计算机应用技术
>> 学历:大专
:::

11 changes: 11 additions & 0 deletions src/友链/友链.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar: false
---

# 友链

## 官方文档
Expand All @@ -10,6 +14,13 @@ link: https://v2.vuepress.vuejs.org/zh/
color: rgb(193 197 210)
```

```card
title: vuepress-theme-hope
desc: 一个具有强大功能的 vuepress 主题✨
logo: https://theme-hope.vuejs.press/logo.svg
link: https://theme-hope.vuejs.press/zh/
color: rgb(193 197 210)
```

```card
title: Markdown 增强
Expand Down
15 changes: 14 additions & 1 deletion 书写规范记录.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
lable可选的
# category: 网络安全
# category: 数据库
# category: Nginx
# category: Nginx



Credentials
AppID
Dz6JGSIKEKRj9ZSBagW9bx8u-MdYXbMMI
AppID 是该项目的唯一标识符。此 ID 不可变更。
AppKey
rNxpUhZSVWsgvhevHH97f5ZW
AppKey 是公开的访问密钥,适用于在公开的客户端中使用。使用 AppKey 进行的访问受到 ACL 的限制。
MasterKey
y3BrabmghwhbuJmLTjYEgPw0
MasterKey 是私密的访问密钥,适用于在服务器等受信任的客户端环境中使用。使用 MasterKey 进行的访问拥有最高权限,不受任何 ACL 限制。

0 comments on commit 160e408

Please sign in to comment.