{"id":34885033,"url":"https://github.com/baiwumm/portfolio","last_synced_at":"2026-01-13T20:51:36.357Z","repository":{"id":329759671,"uuid":"1119393205","full_name":"baiwumm/portfolio","owner":"baiwumm","description":"一个基于 Next.js 的个人作品与简历站点，集成文章聚合、GitHub 活动可视化、SEO 与站点分析，支持暗色主题与高质量动效。","archived":false,"fork":false,"pushed_at":"2025-12-22T08:49:12.000Z","size":12829,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-23T05:33:10.261Z","etag":null,"topics":["motion","next-themes","nextjs16","reactjs","shadcn-ui","tailwindcss-v4"],"latest_commit_sha":null,"homepage":"https://portfolio.baiwumm.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baiwumm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-19T07:48:46.000Z","updated_at":"2025-12-22T09:18:27.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/baiwumm/portfolio","commit_stats":null,"previous_names":["baiwumm/portfolio"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/baiwumm/portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baiwumm%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baiwumm%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baiwumm%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baiwumm%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baiwumm","download_url":"https://codeload.github.com/baiwumm/portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baiwumm%2Fportfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["motion","next-themes","nextjs16","reactjs","shadcn-ui","tailwindcss-v4"],"created_at":"2025-12-26T03:35:44.092Z","updated_at":"2026-01-13T20:51:36.353Z","avatar_url":"https://github.com/baiwumm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portfolio\n\n一个基于 Next.js 的个人作品与简历站点，集成文章聚合、GitHub 活动可视化、SEO 与站点分析，支持暗色主题与高质量动效。\n\n![Stars](https://img.shields.io/github/stars/baiwumm/portfolio?style=social)\n![Next.js](https://img.shields.io/badge/Next.js-16-black?logo=nextdotjs)\n![React](https://img.shields.io/badge/React-19-20232A?logo=react)\n![TypeScript](https://img.shields.io/badge/TypeScript-5-3178C6?logo=typescript)\n![TailwindCSS](https://img.shields.io/badge/Tailwind%20CSS-4-06B6D4?logo=tailwindcss)\n![pnpm](https://img.shields.io/badge/pnpm-8-4a4a4a?logo=pnpm)\n\n## 在线体验\n\n- 生产环境：[https://portfolio.baiwumm.com](https://portfolio.baiwumm.com)\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Portfolio\" src=\"public/demo.gif\" width=\"90%\"\u003e\n\u003c/div\u003e\n\n## 技术栈\n\n- 框架：Next.js 16、React 19、TypeScript 5\n- 样式：Tailwind CSS v4、tw-animate-css\n- 可视化：Recharts\n- 其他：ahooks、enum-plus、lucide-react\n\n## 特性\n\n- 基于 `Next.js App Router` 的现代架构\n- 使用 `Tailwind CSS v4` 与自定义主题变量，支持暗色模式\n- GitHub 仓库与贡献统计 API\n- Halo 文章列表聚合 API\n- Recharts 数据图表可视化\n- 完整 SEO 文件：`robots`、`sitemap`、`manifest`\n- 集成 Umami、Microsoft Clarity、Google Analytics（生产环境自动启用）\n\n## 环境变量\n\n在项目根目录创建 `.env`，示例：\n\n```bash\n# 站点信息\nNEXT_PUBLIC_NAME=\"你的名字\"\nNEXT_PUBLIC_APP_NAME=\"Portfolio\"\nNEXT_PUBLIC_DESC=\"一句话简介/站点描述\"\nNEXT_PUBLIC_APP_DOMAIN=\"https://your-domain.com\"\nNEXT_PUBLIC_THEME=\"light\" # 可选：light | dark | system\n\n# 分析统计（生产环境生效）\nNEXT_PUBLIC_UMAMI_ID=\"\"\nNEXT_PUBLIC_CLARITY_ID=\"\"\nNEXT_PUBLIC_GA_ID=\"\"\n\n# GitHub API\nGITHUB_TOKEN=\"\" # 只读 Token\nNEXT_PUBLIC_GITHUB_USERNAME=\"your-github-username\"\n\n# Halo API\nHALO_TOKEN=\"\" # 只读 Token\n```\n## 本地开发\n```bash\n# 克隆项目\ngit clone https://github.com/baiwumm/portfolio.git\n\n# 进入项目目录\ncd portfolio\n\n# 安装依赖\npnpm install\n\n# 启动开发服务器\npnpm dev\n```\n\n## Vercel 一键部署\n1. `Fork` 本项目，在 `Vercel` 官网点击 `New Project`\n2. 点击 `Import Git Repository` 并选择你 fork 的此项目并点击 `import`\n3. `PROJECT NAME`自己填，`FRAMEWORK PRESET` 选 `Other` 然后直接点 `Deploy` 接着等部署完成即可\n\n\u003ca href=\"https://vercel.com/dashboard\" target=\"_blank\"\u003e\n\u003cimg alt=\"vercel 部署\" src=\"public/vercel.svg\" /\u003e\n\u003c/a\u003e\n\n## 许可证\n本项目采用 [MIT](LICENSE) 许可证。\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=baiwumm/portfolio\u0026type=date\u0026legend=top-left)](https://www.star-history.com/#baiwumm/portfolio\u0026type=date\u0026legend=top-left)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaiwumm%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaiwumm%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaiwumm%2Fportfolio/lists"}