{"id":51935344,"url":"https://github.com/deerwan/home","last_synced_at":"2026-07-28T14:01:36.180Z","repository":{"id":278159209,"uuid":"934709170","full_name":"deerwan/home","owner":"deerwan","description":"个人主页","archived":false,"fork":false,"pushed_at":"2025-09-13T15:33:54.000Z","size":40048,"stargazers_count":6,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-13T17:44:02.635Z","etag":null,"topics":["homepage"],"latest_commit_sha":null,"homepage":"https://home.lllh.de","language":"HTML","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/deerwan.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-02-18T09:28:24.000Z","updated_at":"2025-09-13T15:30:20.000Z","dependencies_parsed_at":"2025-04-26T13:26:08.313Z","dependency_job_id":"1db7c4e7-a88b-4945-b049-50a7cfa834ff","html_url":"https://github.com/deerwan/home","commit_stats":null,"previous_names":["deerwan/test","deerwan/homepage_dev","deerwan/home"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deerwan/home","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deerwan%2Fhome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deerwan%2Fhome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deerwan%2Fhome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deerwan%2Fhome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deerwan","download_url":"https://codeload.github.com/deerwan/home/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deerwan%2Fhome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35994924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-28T02:00:06.341Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["homepage"],"created_at":"2026-07-28T14:01:34.065Z","updated_at":"2026-07-28T14:01:36.171Z","avatar_url":"https://github.com/deerwan.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 个人主页\n\n## ✨ 特色功能\n\n- 🚀 使用 [Cloudflare Pages](https://dash.cloudflare.com) 一键部署\n- 🌐 支持自定义域名和 SSL 证书\n- 🌓 基于东八区时间自动切换明暗主题\n- 🎨 精美动画和过渡效果\n- 📱 响应式设计，支持移动端\n- ⚡ 性能优化，快速加载\n- ♿ 支持无障碍访问（减少动画）\n- 💪 原生技术栈，零依赖\n\n## 🚀 性能优化\n\n- 内联关键CSS，提高首屏加载速度\n- 使用预加载和异步加载CSS\n- 延迟加载非关键JavaScript\n- GPU加速的平滑动画\n- 优化图片加载策略\n- 开发模式性能监控\n\n## 💻 快速开始\n\n### Cloudflare Pages 部署\n\n1. Fork 此项目到你的 GitHub 账号\n2. 登录 [Cloudflare Dashboard](https://dash.cloudflare.com)\n3. 进入 Pages 页面，点击「创建项目」\n4. 选择「从 Git 连接」，授权并选择你 fork 的仓库\n5. 部署配置：\n   - 构建命令：留空\n   - 输出目录：留空\n6. 点击「保存并部署」\n\n### 本地开发\n\n1. 克隆仓库到本地\n   ```bash\n   git clone https://github.com/yourusername/home.git\n   cd home\n   ```\n\n2. 使用任意HTTP服务器运行项目，例如：\n   ```bash\n   npx serve\n   ```\n\n3. 开发模式\n   在URL后添加`?dev=true`可以启用开发模式，显示FPS计数器和控制台性能日志\n\n### 自定义域名设置\n\n1. 在项目部署完成后，进入「自定义域」标签\n2. 点击「设置自定义域」\n3. 输入你的域名，按提示完成 DNS 解析设置\n\n## 📁 项目结构\n\n```\n/\n├── index.html              # 主页面（含内联关键CSS和预加载逻辑）\n├── css/                    # 样式文件夹\n│   ├── style.css           # 主样式文件\n│   ├── background.css      # 背景样式文件\n│   └── cursor-styles.css   # 自定义光标样式\n├── js/                     # 脚本文件夹\n│   ├── theme.js            # 优化的主题切换\n│   └── fps.js             # FPS计数器（开发模式）\n└── assets/                 # 资源文件夹\n    ├── images/             # 图片资源\n    │   └── backgrounds/    # 背景图片\n    ├── icons/              # 图标资源\n    └── top.png             # 网站图标\n```\n\n## 🔧 自定义配置\n\n1. 修改个人信息\n   - 编辑 `index.html` 更新个人信息\n   - 替换 `assets/images` 中的图片资源\n\n2. 主题定制\n   - 在 `css/style.css` 文件中修改 `:root` 和 `[data-theme=\"dark\"]` 变量\n\n3. 项目卡片\n   - 在 `index.html` 的 `.projects` 部分添加更多项目卡片\n\n## 🎨 主题切换\n\n网站支持自动和手动两种主题切换模式：\n\n- **自动模式**：根据东八区（北京时间）自动在日出和日落时切换\n- **手动模式**：点击主题图标手动切换，偏好会保存在localStorage\n\n## 🧠 技术栈\n\n- HTML5\n- CSS3 (变量、动画、过渡)\n- JavaScript ES6+\n\n## 🙏 鸣谢\n\n- [Remix Icon](https://remixicon.com/) - 图标库\n- [faviconextractor](https://www.faviconextractor.com/) - 图标库\n- [Cloudflare Pages](https://pages.cloudflare.com/) - 部署平台\n- [Hippopx](https://www.hippopx.com/) - 背景图片网站\n\n## 📄 许可证\n\nMIT License © 2025 Deer","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeerwan%2Fhome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeerwan%2Fhome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeerwan%2Fhome/lists"}