diff --git a/package.json b/package.json
index 0973f1e..46138b0 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.1",
"description": "Modern portfolio template with animations and glassmorphism effects",
- "author": "Joy Zhao",
+ "author": "Joey Zhao",
"license": "MIT",
"repository": {
"type": "git",
diff --git a/src/i18n/translations.ts b/src/i18n/translations.ts
index cf635d4..f9c05af 100644
--- a/src/i18n/translations.ts
+++ b/src/i18n/translations.ts
@@ -17,7 +17,7 @@ export const translations = {
hire: 'Hire',
},
site: {
- title: 'Joy Zhao - Full Stack Developer',
+ title: 'Joey Zhao - Full Stack Developer',
description: 'Full Stack Developer specializing in React, Node.js, and modern web technologies',
},
hero: {
@@ -204,7 +204,7 @@ export const translations = {
hire: '合作',
},
site: {
- title: 'Joy Zhao - 全栈开发者',
+ title: 'Joey Zhao - 全栈开发者',
description: '专注于 React、Node.js 和现代 Web 技术的全栈开发者',
},
hero: {
@@ -268,7 +268,7 @@ export const translations = {
description: '了解更多关于我的背景、技能和经验',
intro: {
title: '简介',
- content: '我是Joy Zhao, 一名Ts全栈工程师,也是本站的站长。\n\n热爱生活、阅读以及编程,寻找远程工作的机会,探索自由职业的可能性。\n喜欢自驾,去追寻那些美丽的风景,尝试新的事物。',
+ content: '我是Joey Zhao, 一名Ts全栈工程师,也是本站的站长。\n\n热爱生活、阅读以及编程,寻找远程工作的机会,探索自由职业的可能性。\n喜欢自驾,去追寻那些美丽的风景,尝试新的事物。',
belief: '我相信这里是想法变为现实的地方。我正在探索自由职业者之路,努力成为数字游民中的一员。',
},
me: {
diff --git a/src/lib/data/personal-info.ts b/src/lib/data/personal-info.ts
index 795fb84..27d9ed0 100644
--- a/src/lib/data/personal-info.ts
+++ b/src/lib/data/personal-info.ts
@@ -1,6 +1,6 @@
import type { PersonalInfo } from '@/types';
export const personalInfo: PersonalInfo = {
- name: "Joy Zhao",
+ name: "Joey Zhao",
location: "China",
avatar: "https://avatars.githubusercontent.com/u/24975063?v=4",
email: "zhaoguiyang18@gmail.com",
diff --git a/src/pages/about.astro b/src/pages/about.astro
index a2529d5..069bb87 100644
--- a/src/pages/about.astro
+++ b/src/pages/about.astro
@@ -55,7 +55,7 @@ const pageTitle = t("about.title");

diff --git a/src/pages/blog/categories/[category].astro b/src/pages/blog/categories/[category].astro
index d7d624e..b2e74a8 100644
--- a/src/pages/blog/categories/[category].astro
+++ b/src/pages/blog/categories/[category].astro
@@ -86,7 +86,7 @@ Object.values(allPosts).forEach((post: any) => {
});
// Page title and description
-const title = `${categoryName} - Blog | Joy Zhao`;
+const title = `${categoryName} - Blog | Joey Zhao`;
const description = `Explore articles about ${categoryName}. Dive into my thoughts on ${categoryName} and related topics.`;
---
diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro
index 988d308..e098556 100644
--- a/src/pages/blog/index.astro
+++ b/src/pages/blog/index.astro
@@ -43,7 +43,7 @@ const sortedBlogPosts = sortPostsByDate(blogPosts);
---
-
+
diff --git a/src/pages/blog/tags/[tag].astro b/src/pages/blog/tags/[tag].astro
index 7af5709..991eaf2 100644
--- a/src/pages/blog/tags/[tag].astro
+++ b/src/pages/blog/tags/[tag].astro
@@ -73,7 +73,7 @@ if (tagName === decodedTag) {
}
// Generate page title and description
-const title = `#${tagName} - Blog | Joy Zhao`;
+const title = `#${tagName} - Blog | Joey Zhao`;
const description = `Explore articles tagged with #${tagName}. Dive into my thoughts on ${tagName} and related topics.`;
---
diff --git a/src/pages/zh/about.astro b/src/pages/zh/about.astro
index e3bdcfd..72bbdaf 100644
--- a/src/pages/zh/about.astro
+++ b/src/pages/zh/about.astro
@@ -55,7 +55,7 @@ const pageTitle = t("about.title");

diff --git a/src/pages/zh/blog/categories/[category].astro b/src/pages/zh/blog/categories/[category].astro
index 1f29d13..d6e4578 100644
--- a/src/pages/zh/blog/categories/[category].astro
+++ b/src/pages/zh/blog/categories/[category].astro
@@ -81,7 +81,7 @@ if (categoryName === decodedCategory) {
}
// Generate page title and description
-const title = `${categoryName} - 博客 | Joy Zhao`;
+const title = `${categoryName} - 博客 | Joey Zhao`;
const description = `探索关于${categoryName}的文章。深入了解我对${categoryName}及相关主题的思考。`;
---
diff --git a/src/pages/zh/blog/index.astro b/src/pages/zh/blog/index.astro
index 84df063..ac5bc16 100644
--- a/src/pages/zh/blog/index.astro
+++ b/src/pages/zh/blog/index.astro
@@ -55,7 +55,7 @@ const tags = extractTags(allPostsArray);
---
-
+
diff --git a/src/pages/zh/blog/tags/[tag].astro b/src/pages/zh/blog/tags/[tag].astro
index b86b745..13fce06 100644
--- a/src/pages/zh/blog/tags/[tag].astro
+++ b/src/pages/zh/blog/tags/[tag].astro
@@ -74,7 +74,7 @@ if (!tagName) {
}
// 动态生成页面标题和描述
-const pageTitle = `# ${tagName} - 博客 | Joy Zhao`;
+const pageTitle = `# ${tagName} - 博客 | Joey Zhao`;
const pageDescription = `浏览带有 # ${tagName} 标签的文章。深入了解我关于 ${tagName} 及相关主题的想法。`;
---