Skip to content

Commit

Permalink
modified: config.ts / notes-17.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NiuBoss123 committed Aug 25, 2024
1 parent e1c0e4d commit dd6087b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
29 changes: 21 additions & 8 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/<icon-set-name>`
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',
},
],
}

Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/notes-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 记录 2024 年第 12 天
published: 2024-01-12
description: ''
image: ''
tags: [手记]
tags: []
category: '手记'
draft: false
---
Expand Down

0 comments on commit dd6087b

Please sign in to comment.