Add env-based short about text under sidebar avatar and remove 'about site' card

This commit is contained in:
2025-11-18 00:18:15 +08:00
parent 8884328627
commit 42ea2de3bd
3 changed files with 9 additions and 9 deletions

View File

@@ -11,6 +11,7 @@ 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"
NEXT_PUBLIC_SITE_ABOUT_SHORT="A short sentence about you."
# Color scheme / accents
NEXT_PUBLIC_COLOR_ACCENT="#2563eb"