@@ -8,21 +8,21 @@ import type {
88import { LinkPreset } from "./types/config" ;
99
1010export const siteConfig : SiteConfig = {
11- title : "Fuwari " ,
12- subtitle : "Demo Site " ,
11+ title : "Rinai 的私人花园 " ,
12+ subtitle : "博客 " ,
1313 lang : "en" , // Language code, e.g. 'en', 'zh_CN', 'ja', etc.
1414 themeColor : {
1515 hue : 250 , // Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345
1616 fixed : false , // Hide the theme color picker for visitors
1717 } ,
1818 banner : {
1919 enable : false ,
20- src : "assets/images/demo-banner .png" , // Relative to the /src directory. Relative to the /public directory if it starts with '/'
20+ src : "assets/images/banner1 .png" , // Relative to the /src directory. Relative to the /public directory if it starts with '/'
2121 position : "center" , // Equivalent to object-position, only supports 'top', 'center', 'bottom'. 'center' by default
2222 credit : {
2323 enable : false , // Display the credit text of the banner image
2424 text : "" , // Credit text to be displayed
25- url : "" , // (Optional) URL link to the original artwork or artist's page
25+ url : "https://blog.g-rinai.cn/ " , // (Optional) URL link to the original artwork or artist's page
2626 } ,
2727 } ,
2828 toc : {
@@ -46,16 +46,16 @@ export const navBarConfig: NavBarConfig = {
4646 LinkPreset . About ,
4747 {
4848 name : "GitHub" ,
49- url : "https://github.com/saicaca/fuwari " , // Internal links should not include the base path, as it is automatically added
49+ url : "https://github.com/Rinai-R " , // Internal links should not include the base path, as it is automatically added
5050 external : true , // Show an external link icon and will open in a new tab
5151 } ,
5252 ] ,
5353} ;
5454
5555export 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/avatar1 .png" , // Relative to the /src directory. Relative to the /public directory if it starts with '/'
57+ name : "Rinai " ,
58+ bio : "只是一个计算机爱好者 " ,
5959 links : [
6060 {
6161 name : "Twitter" ,
0 commit comments