Skip to content

Commit

Permalink
04/13: new blog init
Browse files Browse the repository at this point in the history
  • Loading branch information
AnKate committed Apr 13, 2024
1 parent f0a60f6 commit 4456f97
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed src/assets/images/avatar.JPG
Binary file not shown.
Binary file added src/assets/images/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/images/banner.png
Binary file not shown.
Binary file removed src/assets/images/demo-avatar.png
Binary file not shown.
6 changes: 3 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export const siteConfig: SiteConfig = {
lang: 'zh',
themeHue: 250,
banner: {
enable: true,
src: 'assets/images/banner.png',
enable: false,
src: 'assets/images/demo-banner.png',
},
}

Expand All @@ -31,7 +31,7 @@ export const navBarConfig: NavBarConfig = {
}

export const profileConfig: ProfileConfig = {
avatar: 'assets/images/avatar.JPG',
avatar: 'assets/images/avatar.png',
name: 'AnKate',
bio: 'Laugh hard. Run fast. Be kind.',
links: [
Expand Down

0 comments on commit 4456f97

Please sign in to comment.