Skip to content

Commit

Permalink
feat(about): add pgp public key
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdayo committed Aug 27, 2023
1 parent 5ff2e50 commit 87d8e78
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 98 deletions.
3 changes: 1 addition & 2 deletions content/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
type: home
#title: BsBlog
title: 首页
description: 欢迎!
# cover: https://w.wallhaven.cc/full/zy/wallhaven-zygeko.jpg
---

7 changes: 7 additions & 0 deletions content/pages/about/SocialCards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ const cards: SocialCardProp[] = [
href: 'https://www.coolapk.com/u/2352972',
textColor: 'white'
},
{
color: '#000000',
icon: 'si:x',
title: 'X / Twitter',
href: 'https://twitter.com/konobsdayo',
textColor: 'white'
},
]
</script>

Expand Down
20 changes: 20 additions & 0 deletions content/pages/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,26 @@ VitePress 好用的功能还是挺多的,比如直接在 Markdown 中使用 Vu
import SocialCards from './SocialCards.vue'
</script>

## PGP 公钥

```
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEZOo7cRYJKwYBBAHaRw8BAQdABhgFhzsAe5ZWELwJZQC5ZW6mKpKnc19I/lE9
Sx8q9oK0G2JzZGF5byA8YnNkYXlvQG91dGxvb2suY29tPoiTBBMWCgA7FiEE9Aw3
FJMAyhFf/6ksSIn3505VXKIFAmTqO3ECGwEFCwkIBwICIgIGFQoJCAsCBBYCAwEC
HgcCF4AACgkQSIn3505VXKKhmQD9ERhKXVXa5be7g9YX/SQD+mNwfTlSt3iXLK6o
+L4LoTUBAPp9J1u1WqnnGPfqnoH97mhzPoZXdqqgeRGiPjSA9sMKuDMEZOo/sRYJ
KwYBBAHaRw8BAQdAsxDbBuD+fwHoRdikUvc8yfWcHVWYd6ZDqReKvFfe3saI7wQY
FgoAIBYhBPQMNxSTAMoRX/+pLEiJ9+dOVVyiBQJk6j+xAhsCAIEJEEiJ9+dOVVyi
diAEGRYKAB0WIQQFHShJOKqbC3e2lmxYAQJymnVvdQUCZOo/sQAKCRBYAQJymnVv
dYdQAQD4sB1ngBkLu6a64QgsrrSjZLJX2gYZDr5nc0iqVrDYDQD+Ix3QVVfitROi
KdCufgw3QSK/nRKH//x6dCTKUT6SQAadWwD/eZwR22HonloYMmdxvZFg6tgsB+SV
qcLLEny5ABdzm1oA/jDzid9T9giWo2/0e6a/xQYj4Jqt6JONvruKg027x3sA
=r2MB
-----END PGP PUBLIC KEY BLOCK-----
```

## 碎碎念

折腾这么多年,博客写写停停,时间都花在折腾博客框架本身去了...自己写博客的初衷又是什么呢?
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"@giscus/vue": "^2.3.0",
"@mdi/font": "^7.2.96",
"@types/markdown-it-container": "^2.0.6",
"@types/node": "^18.17.5",
"@types/node": "^18.17.11",
"@types/webfontloader": "^1.6.35",
"markdown-it-container": "^3.0.0",
"sass": "^1.65.1",
"simple-icons-font": "^8.15.0",
"sass": "^1.66.1",
"simple-icons-font": "^9.12.0",
"vite-plugin-vuetify": "^1.0.2",
"vitepress": "1.0.0-rc.4",
"vue": "^3.3.4",
"vuetify": "^3.3.12",
"vuetify": "^3.3.14",
"webfontloader": "^1.6.28"
}
}
Loading

0 comments on commit 87d8e78

Please sign in to comment.