From 29ae43e29d4f763710992f9bbe95437d22e46f04 Mon Sep 17 00:00:00 2001 From: timey Date: Sat, 29 Jun 2024 17:16:29 +0800 Subject: [PATCH] update username --- data/authors/default.mdx | 4 ++-- data/siteMetadata.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/authors/default.mdx b/data/authors/default.mdx index 058de74..f67a91a 100644 --- a/data/authors/default.mdx +++ b/data/authors/default.mdx @@ -3,8 +3,8 @@ name: Brian avatar: /static/images/avatar_black.jpg occupation: Software Engineer email: yanyantdcq@gmail.com -twitter: https://twitter.com/blackorangebros -github: https://github.com/timelxy +twitter: https://twitter.com/gameofby +github: https://github.com/gameofby --- I'm Brian, welcome to my blog. diff --git a/data/siteMetadata.js b/data/siteMetadata.js index 4409e01..870d38b 100644 --- a/data/siteMetadata.js +++ b/data/siteMetadata.js @@ -6,13 +6,13 @@ const siteMetadata = { description: 'Curiosity driven', language: 'en-us', theme: 'system', // system, dark or light - siteUrl: 'https://timelxy.github.io', - siteRepo: 'https://github.com/timelxy/timelxy.github.io', + siteUrl: 'https://gameofby.github.io', + siteRepo: 'https://github.com/gameofby/gameofby.github.io', siteLogo: '/static/images/logo.png', socialBanner: '/static/images/twitter-card.png', mastodon: 'https://mastodon.social/@mastodonuser', email: 'yanyantdcq@gmail.com', - github: 'https://github.com/timelxy', + github: 'https://github.com/gameofby', twitter: 'https://twitter.com/blackorangebros', // facebook: 'https://facebook.com', // youtube: 'https://youtube.com',