Skip to content

Commit

Permalink
feat: avatar update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed Oct 25, 2023
1 parent 1ade408 commit 2da080d
Show file tree
Hide file tree
Showing 7 changed files with 451 additions and 434 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineUserConfig({
},

theme: defaultTheme({
logo: "/images/avatar.jpg",
logo: "/images/avatar.png",
repo: "https://github.com/mrdrivingduck/blog",

editLink: false,
Expand Down
Binary file removed docs/.vuepress/public/images/avatar.jpg
Binary file not shown.
Binary file added docs/.vuepress/public/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.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
home: true
title: Blog
heroImage: /images/avatar.jpg
heroImage: /images/avatar.png
actions:
- text: About
link: /about/README.md
Expand Down
2 changes: 1 addition & 1 deletion docs/about/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Version

🛠️ Build version: 1.2023.05
🛠️ Build version: 1.2023.10

## Branch Status

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duckling-blog",
"version": "1.2023.05",
"version": "1.2023.10",
"description": "Blog of Mr Dk.",
"scripts": {
"docs:dev": "vuepress dev docs",
Expand Down
877 changes: 447 additions & 430 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 2da080d

Please sign in to comment.