diff --git a/src/config.ts b/src/config.ts index 160e2b5cc..27dfee7a0 100644 --- a/src/config.ts +++ b/src/config.ts @@ -38,6 +38,11 @@ export const navBarConfig: NavBarConfig = { LinkPreset.Home, LinkPreset.Archive, LinkPreset.About, + { + name: '友链', + url: 'https://www.akio.top/friends', // Internal links should not include the base path, as it is automatically added + external: true, // Show an external link icon and will open in a new tab + }, { name: '前往主站', url: 'https://www.akio.top', // Internal links should not include the base path, as it is automatically added @@ -49,20 +54,28 @@ export const navBarConfig: NavBarConfig = { export const profileConfig: ProfileConfig = { avatar: 'https://webstatic.akio.top/user/NiuBoss123.jpg', // Relative to the /src directory. Relative to the /public directory if it starts with '/' name: 'MisakaAkio 御坂秋生', - bio: '是落寞之人,是艦長,是旅行者,是開拓者,更是時時刻刻陪伴你的朋友', + bio: '是落寞之人,是舰长,是旅行者,是开拓者,更是时刻陪伴你的朋友', links: [ - { - name: 'Twitter', - icon: 'fa6-brands:twitter', // Visit https://icones.js.org/ for icon codes - // You will need to install the corresponding icon set if it's not already included - // `pnpm add @iconify-json/` - url: 'https://x.com/NiuBoss123', - }, { name: 'GitHub', icon: 'fa6-brands:github', url: 'https://github.com/NiuBoss123', }, + { + name: "Bilibili", + icon: "fa6-brands:bilibili", + url: "https://space.bilibili.com/384459594", + }, + { + name: '微博', + icon: 'fa6-brands:weibo', + url: 'https://weibo.com/7892649152', + }, + { + name: 'Twitter', + icon: 'fa6-brands:x-twitter', + url: 'https://x.com/NiuBoss123', + }, ], } diff --git a/src/content/posts/notes-17.md b/src/content/posts/notes-17.md index 6dd7f01a4..fc52838d2 100644 --- a/src/content/posts/notes-17.md +++ b/src/content/posts/notes-17.md @@ -3,7 +3,7 @@ title: 记录 2024 年第 12 天 published: 2024-01-12 description: '' image: '' -tags: [手记] +tags: [] category: '手记' draft: false ---