@@ -8,16 +8,16 @@ import type {
8
8
import { LinkPreset } from "./types/config" ;
9
9
10
10
export const siteConfig : SiteConfig = {
11
- title : "Fuwari " ,
11
+ title : "共鳴Blog " ,
12
12
subtitle : "Demo Site" ,
13
13
lang : "en" , // 'en', 'zh_CN', 'zh_TW', 'ja', 'ko', 'es', 'th'
14
14
themeColor : {
15
15
hue : 250 , // Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345
16
16
fixed : false , // Hide the theme color picker for visitors
17
17
} ,
18
18
banner : {
19
- enable : false ,
20
- src : "assets/images/demo-banner .png" , // Relative to the /src directory. Relative to the /public directory if it starts with '/'
19
+ enable : true ,
20
+ src : "assets/images/460564974702A61CABF50C9E98197736 .png" , // Relative to the /src directory. Relative to the /public directory if it starts with '/'
21
21
position : "center" , // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default
22
22
credit : {
23
23
enable : false , // Display the credit text of the banner image
@@ -45,34 +45,22 @@ export const navBarConfig: NavBarConfig = {
45
45
LinkPreset . Archive ,
46
46
LinkPreset . About ,
47
47
{
48
- name : "GitHub " ,
49
- url : "https://github.com/saicaca/fuwari " , // Internal links should not include the base path, as it is automatically added
48
+ name : "Discord " ,
49
+ url : "https://discord.gg/wawuuid " , // Internal links should not include the base path, as it is automatically added
50
50
external : true , // Show an external link icon and will open in a new tab
51
51
} ,
52
52
] ,
53
53
} ;
54
54
55
55
export const profileConfig : ProfileConfig = {
56
- avatar : "assets/images/demo-avatar.png " , // Relative to the /src directory. Relative to the /public directory if it starts with '/'
57
- name : "Lorem Ipsum " ,
58
- bio : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. " ,
56
+ avatar : "assets/images/demo-avatar.jpg " , // Relative to the /src directory. Relative to the /public directory if it starts with '/'
57
+ name : "芙檁 " ,
58
+ bio : "Discord for wwuid 開發者 " ,
59
59
links : [
60
- {
61
- name : "Twitter" ,
62
- icon : "fa6-brands:twitter" , // Visit https://icones.js.org/ for icon codes
63
- // You will need to install the corresponding icon set if it's not already included
64
- // `pnpm add @iconify-json/<icon-set-name>`
65
- url : "https://twitter.com" ,
66
- } ,
67
- {
68
- name : "Steam" ,
69
- icon : "fa6-brands:steam" ,
70
- url : "https://store.steampowered.com" ,
71
- } ,
72
60
{
73
61
name : "GitHub" ,
74
62
icon : "fa6-brands:github" ,
75
- url : "https://github.com/saicaca/fuwari " ,
63
+ url : "https://github.com/YashajinAlice " ,
76
64
} ,
77
65
] ,
78
66
} ;
0 commit comments