Skip to content

Commit a3ad29f

Browse files
committed
chore: 迁移文章
1 parent 955e865 commit a3ad29f

18 files changed

Lines changed: 265 additions & 645 deletions

src/assets/images/avatar1.png

569 KB
Loading

src/assets/images/banner1.png

1.03 MB
Loading

src/assets/images/banner2.png

1.04 MB
Loading

src/config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ import type {
88
import { LinkPreset } from "./types/config";
99

1010
export 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

5555
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/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",

src/content/posts/draft.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/content/posts/expressive-code.md

Lines changed: 0 additions & 311 deletions
This file was deleted.

0 commit comments

Comments
 (0)