Skip to content

Commit

Permalink
添加博客 jw1.dev (#46)
Browse files Browse the repository at this point in the history
* feat: add jw1.dev

* feat: update .gitignore

* feat: update thumbnail size

* Update src/sites.ts

---------

Co-authored-by: liruifengv <liruifeng1024@gmail.com>
  • Loading branch information
jw-12138 and liruifengv authored Apr 9, 2024
1 parent b198a15 commit d07580c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ pnpm-debug.log*

# macOS-specific files
.DS_Store

# ide config
.idea
Binary file added src/assets/showcase/jw1.dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/sites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,9 @@ export const sites: Site[] = [
href: "https://yfi.moe",
thumbnail: "yfi.moe.png",
},
{
title: "一个球的博客",
href: "https://jw1.dev",
thumbnail: "jw1.dev.png",
},
];

0 comments on commit d07580c

Please sign in to comment.