Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yukyu30 authored May 29, 2022
2 parents cea345d + b032829 commit fb5d2e5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ export const members: Member[] = [
websiteUrl: 'https://herman.hatenablog.jp',
},
{
id: 'jay',
name: 'Jay',
bio: 'ラジオと小説と九州が好きな人です。仲良くしましょう!',
avatarSrc: '/avatars/jay.jpg',
sources: ['https://jay-forlearn.hatenablog.com/rss'],
twitterUsername: 'Jay_ZoNo',
suzuriUsername: 'j__a__y',
websiteUrl: 'https://jay-forlearn.hatenablog.com',
id: "jay",
name: "Jay",
bio: "ラジオと小説と九州が好きな人です。仲良くしましょう!",
avatarSrc: "/avatars/jay.jpg",
sources: [
"https://jay-forlearn.hatenablog.com/rss",
"https://jumpeiuezono.com/rss.xml",
],
twitterUsername: "Jay_ZoNo",
suzuriUsername: "j__a__y",
websiteUrl: "https://jay-forlearn.hatenablog.com",
},
{
id: 'yukyan',
Expand All @@ -61,4 +64,15 @@ export const members: Member[] = [
githubUsername: 'nacal',
websiteUrl: 'https://nacal.io/',
},
{
id: "imfinechan",
name: "ぽん",
bio: "ぽんです!",
avatarSrc: "/avatars/pon.jpeg",
sources: [
"https://note.com/imfinechan/rss",
],
twitterUsername: "imfinechan",
websiteUrl: "https://note.com/imfinechan/",
},
];
Binary file added public/avatars/pon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fb5d2e5

Please sign in to comment.