Skip to content

Commit

Permalink
Update banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz committed May 11, 2024
1 parent 47facbf commit 95512d9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
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 modified src/assets/images/banner.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/demo-avatar.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const navBarConfig: NavBarConfig = {
}

export const profileConfig: ProfileConfig = {
avatar: 'assets/images/demo-avatar.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/'
avatar: 'assets/images/avatar.png', // Relative to the /src directory. Relative to the /public directory if it starts with '/'
name: 'Goob Station',
bio: '',
links: [
Expand Down
1 change: 0 additions & 1 deletion src/content/posts/newwebsite.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Goob finally has a website!
published: 2024-05-11
author: Durk
description: ''
image: ''
tags: []
Expand Down

0 comments on commit 95512d9

Please sign in to comment.