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

@@ -10,6 +10,7 @@ NEXT_PUBLIC_SITE_AUTHOR="Your Name"
NEXT_PUBLIC_SITE_TAGLINE="Short tagline for your blog."
NEXT_PUBLIC_POSTS_PER_PAGE="5"
NEXT_PUBLIC_DEFAULT_LOCALE="zh-TW"
NEXT_PUBLIC_SITE_AVATAR_URL="https://www.gravatar.com/avatar/yourhash?s=160&d=identicon"
# Social and profile
NEXT_PUBLIC_TWITTER_HANDLE="@yourhandle"