feat: add blog

This commit is contained in:
thehrz 2024-07-08 23:39:55 +08:00
parent 9190316680
commit 55559aed48
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
3 changed files with 1531 additions and 1211 deletions

View File

@ -17,6 +17,7 @@
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.67",
"@iconify-json/simple-icons": "^1.1.74",
"@types/nprogress": "^0.2.1",
"@unocss/preset-icons": "^0.56.5",

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,10 @@
<script setup lang="ts">
const links = [
{
name: "Blog",
icon: "i-mdi:text-box",
link: "https://blog.thehrz.net",
},
{
name: "Github",
icon: "i-simple-icons-github",