Skip to content

Commit

Permalink
chore: update site info
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanninin committed May 17, 2023
1 parent 23699a4 commit 6ac2e33
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions data/authors/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ Founder of MegaEase Inc. 芝兰生于空谷,不以无人而不芳。
- [Telegram 程序员资源分享频道](https://t.me/gotoshare)
- [Telegram 程序员资源分享社区](https://t.co/QCkvQEUOkw)
- 本网站内容主要来自 『程序员资源分享频道』,旨在帮助更多开发者
- 网站源代码,见 [goto-share/goto-share.github.io](https://github.com/goto-share/goto-share.github.io)
2 changes: 1 addition & 1 deletion data/siteMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const siteMetadata = {
image: '/static/images/avatar.jpg',
socialBanner: '/static/images/twitter-card.png',
email: 'dylanninin@gmail.com',
github: 'https://github.com/dylanninin',
github: 'https://github.com/goto-share/goto-share.github.io',
twitter: 'https://twitter.com/dylanninin',
facebook: 'https://facebook.com/dylanninin',
youtube: 'https://www.youtube.com/channel/UCPiHqi-QA7aGJ591unWuaMA',
Expand Down
2 changes: 1 addition & 1 deletion pages/blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Blog({ posts, initialDisplayPosts, pagination }) {
posts={posts}
initialDisplayPosts={initialDisplayPosts}
pagination={pagination}
title="所有分享"
title="All Posts"
/>
</>
)
Expand Down
2 changes: 1 addition & 1 deletion pages/blog/page/[page].js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function PostPage({ posts, initialDisplayPosts, pagination }) {
posts={posts}
initialDisplayPosts={initialDisplayPosts}
pagination={pagination}
title="所有分享"
title="All Posts"
/>
</>
)
Expand Down
2 changes: 1 addition & 1 deletion pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Projects() {
Projects
</h1>
<p className="text-lg leading-7 text-gray-500 dark:text-gray-400">
程序员资源分享频道 - 相关项目
相关项目
</p>
</div>
<div className="container py-12">
Expand Down

0 comments on commit 6ac2e33

Please sign in to comment.