Skip to content

Commit 3802dab

Browse files
committed
fix: github link
1 parent 522ec73 commit 3802dab

File tree

7 files changed

+157
-170
lines changed

7 files changed

+157
-170
lines changed

cspell.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"antfu",
66
"Bilibili",
77
"iconify",
8+
"unocss",
89
"unplugin",
910
"vite",
1011
"vitejs",

package.json

+11-17
Original file line numberDiff line numberDiff line change
@@ -16,44 +16,38 @@
1616
"build": "vite-ssg build"
1717
},
1818
"prettier": "@qxy/prettier-config",
19-
"prettierIgnore": [
20-
"node_modules",
21-
"/dist",
22-
"/static",
23-
"*.min.*"
24-
],
2519
"devDependencies": {
26-
"@iconify/json": "^2.1.14",
20+
"@iconify/json": "^2.1.16",
2721
"@ntnyq/prettier-config": "^0.3.1",
2822
"@octokit/rest": "^18.12.0",
2923
"@qxy/prettier-config": "^0.3.0",
3024
"@types/fs-extra": "^9.0.13",
3125
"@types/markdown-it": "^12.2.3",
3226
"@types/node": "^17.0.21",
3327
"@types/nprogress": "^0.2.0",
34-
"@unocss/reset": "^0.28.0",
28+
"@unocss/reset": "^0.29.0",
3529
"@vitejs/plugin-vue": "^2.2.4",
3630
"@vue/server-renderer": "^3.2.31",
37-
"dayjs": "^1.10.8",
31+
"dayjs": "^1.11.0",
3832
"gray-matter": "^4.0.3",
3933
"husky": "^7.0.4",
40-
"lint-staged": "^12.3.5",
34+
"lint-staged": "^12.3.6",
4135
"markdown-it": "^12.3.2",
4236
"markdown-it-prism": "^2.2.3",
43-
"prettier": "^2.5.1",
37+
"prettier": "^2.6.0",
4438
"typescript": "^4.6.2",
45-
"unocss": "^0.28.0",
46-
"unplugin-auto-import": "^0.6.4",
47-
"unplugin-icons": "^0.13.3",
39+
"unocss": "^0.29.0",
40+
"unplugin-auto-import": "^0.6.6",
41+
"unplugin-icons": "^0.13.4",
4842
"unplugin-vue-components": "^0.18.0",
4943
"vite": "^2.8.6",
5044
"vite-plugin-md": "^0.11.9",
51-
"vite-plugin-pages": "^0.21.4",
45+
"vite-plugin-pages": "^0.22.0",
5246
"vite-plugin-pwa": "^0.11.13",
53-
"vite-ssg": "^0.17.11"
47+
"vite-ssg": "^0.19.0"
5448
},
5549
"dependencies": {
56-
"@vueuse/core": "^8.0.0",
50+
"@vueuse/core": "^8.1.1",
5751
"@vueuse/head": "^0.7.5",
5852
"nprogress": "^0.2.0",
5953
"prism-theme-vars": "^0.2.2",

pages/index.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ title: ntnyq
44

55
Hey, I'm ntnyq. A frontend web developer.
66

7-
Find me on [GitHub](https://ntnyq.com), [Twitter](https://twitter.com/ntnyq) and [Bilibili](https://space.bilibili.com/40199161)
7+
Find me on [GitHub][github], [Twitter][twitter] and [Bilibili][bilibili].
88

9-
9+
Mail me at [[email protected]][email].
10+
11+
<!-- Links -->
12+
13+
[github]: https://github.com/ntnyq
14+
[twitter]: https://twitter.com/ntnyq
15+
[bilibili]: https://space.bilibili.com/40199161
16+
[email]: mailto:[email protected]

0 commit comments

Comments
 (0)