Skip to content

Commit

Permalink
fix: github link
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Mar 17, 2022
1 parent 522ec73 commit 3802dab
Show file tree
Hide file tree
Showing 7 changed files with 157 additions and 170 deletions.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"antfu",
"Bilibili",
"iconify",
"unocss",
"unplugin",
"vite",
"vitejs",
Expand Down
28 changes: 11 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,44 +16,38 @@
"build": "vite-ssg build"
},
"prettier": "@qxy/prettier-config",
"prettierIgnore": [
"node_modules",
"/dist",
"/static",
"*.min.*"
],
"devDependencies": {
"@iconify/json": "^2.1.14",
"@iconify/json": "^2.1.16",
"@ntnyq/prettier-config": "^0.3.1",
"@octokit/rest": "^18.12.0",
"@qxy/prettier-config": "^0.3.0",
"@types/fs-extra": "^9.0.13",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.21",
"@types/nprogress": "^0.2.0",
"@unocss/reset": "^0.28.0",
"@unocss/reset": "^0.29.0",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/server-renderer": "^3.2.31",
"dayjs": "^1.10.8",
"dayjs": "^1.11.0",
"gray-matter": "^4.0.3",
"husky": "^7.0.4",
"lint-staged": "^12.3.5",
"lint-staged": "^12.3.6",
"markdown-it": "^12.3.2",
"markdown-it-prism": "^2.2.3",
"prettier": "^2.5.1",
"prettier": "^2.6.0",
"typescript": "^4.6.2",
"unocss": "^0.28.0",
"unplugin-auto-import": "^0.6.4",
"unplugin-icons": "^0.13.3",
"unocss": "^0.29.0",
"unplugin-auto-import": "^0.6.6",
"unplugin-icons": "^0.13.4",
"unplugin-vue-components": "^0.18.0",
"vite": "^2.8.6",
"vite-plugin-md": "^0.11.9",
"vite-plugin-pages": "^0.21.4",
"vite-plugin-pages": "^0.22.0",
"vite-plugin-pwa": "^0.11.13",
"vite-ssg": "^0.17.11"
"vite-ssg": "^0.19.0"
},
"dependencies": {
"@vueuse/core": "^8.0.0",
"@vueuse/core": "^8.1.1",
"@vueuse/head": "^0.7.5",
"nprogress": "^0.2.0",
"prism-theme-vars": "^0.2.2",
Expand Down
11 changes: 9 additions & 2 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: ntnyq

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

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

Mail me at [ntnyq13@gmail.com](mailto:ntnyq13@gmail.com)
Mail me at [ntnyq13@gmail.com][email].

<!-- Links -->

[github]: https://github.com/ntnyq
[twitter]: https://twitter.com/ntnyq
[bilibili]: https://space.bilibili.com/40199161
[email]: mailto:ntnyq13@gmail.com

0 comments on commit 3802dab

Please sign in to comment.