back to home

dmego / home.github.io

个人主页

View on GitHub
924 stars
430 forks
0 issues
CSSHTMLJavaScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing dmego/home.github.io in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/dmego/home.github.io)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

home.github.io 个人主页 一个纯静态的个人主页模板: • Bing 壁纸背景(由 GitHub Actions 每日更新 URL 列表) • WakaTime 日主题 + 周报弹窗(可选 GitHub Models 生成点评) • 无需构建,开箱即用(Pages/本地 HTTP 服务即可运行) 灵感来源: • Vno Jekyll 主题 • Mno Ghost 主题(部分加载效果) • 北岛向南的小屋(头像样式借鉴) 在线预览 • 访问地址:i.dmego.cn 效果图 目录 • 快速开始 • 功能概览 • 自动化与数据流 • Secrets / 环境变量 • 自定义与进阶文档 • 更新记录 • Star History 快速开始 • Fork 后启用 GitHub Pages:见 docs/quickstart.md • 本地预览: 或 功能概览 • 一言(Hitokoto):页面加载时调用 • Bing 壁纸:页面读取 ,背景轮播 • WakaTime 主题:页面读取 自动应用日主题 • 周报弹窗:点击右下角状态( ),读取 自动化与数据流 核心数据流: 定时运行 → 生成 → 提交到仓库 → 页面加载脚本读取并渲染 工作流说明与触发时间:见 docs/github-actions.md Secrets / 环境变量 在仓库 Settings → Secrets and variables → Actions 中配置: | 名称 | 必需 | 用途 | | --- | ---: | --- | | | 是 | Actions 提交生成文件 + GitHub Models 调用(建议 scope: + ) | | | 用于周报 | 拉取 WakaTime summaries 数据 | | | 否 | GitHub Models 模型名(默认 ) | | | 否 | 设为 输出调试日志 | Token/Secrets 配图步骤:见 docs/github-actions.md 自定义与进阶文档 建议先看这两篇: • Fork 后部署与本地预览:docs/quickstart.md • 自动化(Bing/WakaTime/Models):docs/github-actions.md 常见自定义入口: • :头像、标题、导航链接、邮箱混淆 • :支持 快速调试主题 更多细节:见 docs/customization.md > 重要: 默认引用 的资源。你 fork 后如果不改这些 URL,页面仍会加载上游包资源。 更新记录 • 2023-02-27 • 添加《GitHub Action 配置详细步骤》文档 • 2023-04-12 • 移除 Jquery 依赖,使用原生 JS • 2023-08-28 • 将壁纸地址换成 cn.bing.com • 2025-09-11 • 添加公众号二维码、压缩图片 • 2026-01-22 • 调整 GitHub Models 接入与默认模型 Star History