Add gravatar hero with social icons to right sidebar

This commit is contained in:
2025-11-17 22:01:25 +08:00
parent 83ccec5ec4
commit 593a5ff272
3 changed files with 135 additions and 64 deletions

View File

@@ -14,6 +14,7 @@ export const siteConfig = {
? Number(process.env.NEXT_PUBLIC_POSTS_PER_PAGE)
: 5,
defaultLocale: process.env.NEXT_PUBLIC_DEFAULT_LOCALE || 'zh-TW',
avatar: process.env.NEXT_PUBLIC_SITE_AVATAR_URL || '',
social: {
twitter: process.env.NEXT_PUBLIC_TWITTER_HANDLE || '',
github: process.env.NEXT_PUBLIC_GITHUB_URL || '',