diff --git a/.env.local.example b/.env.local.example index edf500f..0c8e741 100644 --- a/.env.local.example +++ b/.env.local.example @@ -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" diff --git a/components/right-sidebar.tsx b/components/right-sidebar.tsx index ed5bbc4..da03413 100644 --- a/components/right-sidebar.tsx +++ b/components/right-sidebar.tsx @@ -74,18 +74,14 @@ export function RightSidebar() { ))} )} + {siteConfig.aboutShort && ( +
+ {siteConfig.aboutShort} +
+ )} -- {siteConfig.description} -
-