Skip to content

Commit e938503

Browse files
committed
chore: Change thema color
- blue -> yellow
1 parent a8fa589 commit e938503

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/assets/images/profile.jpg

-7.22 KB
Binary file not shown.

src/assets/images/profile.png

243 KB
Loading

src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const siteConfig: SiteConfig = {
1212
subtitle: "blog",
1313
lang: "ko", // Language code, e.g. 'en', 'zh_CN', 'ja', etc.
1414
themeColor: {
15-
hue: 250, // Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345
15+
hue: 95, // 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: {
@@ -53,7 +53,7 @@ export const navBarConfig: NavBarConfig = {
5353
};
5454

5555
export const profileConfig: ProfileConfig = {
56-
avatar: "assets/images/profile.jpg", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
56+
avatar: "assets/images/profile.png", // Relative to the /src directory. Relative to the /public directory if it starts with '/'
5757
name: "iftype",
5858
bio: "FE 초보의 기록 블로그",
5959
links: [

0 commit comments

Comments
 (0)