feat: add GitHub projects page

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-13 16:59:56 +08:00
parent 2402c94760
commit fde17c2308
4 changed files with 158 additions and 0 deletions

View File

@@ -33,3 +33,9 @@ NEXT_PUBLIC_TWITTER_CARD_TYPE="summary_large_image"
# Analytics (public ID only)
NEXT_PUBLIC_ANALYTICS_ID=""
# Server-side only (NOT exposed to browser)
# Used to fetch GitHub repositories for the /projects page.
# Copy these into your local `.env.local` and fill in real values.
GITHUB_USERNAME="your-github-username"
GITHUB_TOKEN="your-github-token"