Wilson's Knowledge Base — 系统架构

Quartz v4.5.2 · Vercel 部署 · kb.wilsonhandbook.online

Content Layer — Markdown 源 content/2026/ Markdown + Frontmatter Frontmatter title · date · tags Obsidian 风格 [[wikilinks]] 站内结构 index · year/month/ Build Pipeline — npx quartz build Transformers • FrontMatter • SyntaxHighlighting • Wikilink → <a> Filters • RemoveDrafts • ignorePatterns Emitters — 12 个输出器 • ContentPage (HTML) · TagPage · FolderPage • ContentIndex (RSS + Sitemap) · CustomOgImages • Assets (CSS/JS/fonts) · Static · CNAME · 404 • ComponentResources (inline scripts) SCSS (esbuild) custom.scss Runtime — public/ 静态站点 Preact SPA 路由 micromorph · popovers FlexSearch 全文搜索 client-side index D3.js 知识图谱 PixiJS WebGL 渲染 Giscus 评论 GitHub Discussions 三栏 Grid 布局 Search + Explorer Article · PrevNext TOC · Backlinks desktop: 320px auto 320px · tablet: 320px auto · mobile: full-width stack custom.scss 重写 mobile: drawer + backdrop + 44px 触摸目标 ★ 自定义组件 SidebarCollapse.tsx + inline script · 73 行 ★ 自定义样式 custom.scss · 345 行 drawer · backdrop-blur zh-CN 本地化 静态资源 fonts (Inter + JetBrains Mono / local) · OG images · favicon Deployment Vercel kb.wilsonhandbook.online GitHub Actions Dead Link Check 内容源 Agent 整理 → push parse emit deploy 图例 内容层 构建管线 运行时 部署 自定义扩展 Markdown 源文件 → 9 Transformers → 1 Filter → 12 Emitters → 静态页面 + RSS + Sitemap + OG Images Search index · Tag Pages · Folder Pages SPA 路由 · FlexSearch · D3 图谱 自托管字体 · 零外部 CDN 依赖 · 中国可访问

内容结构

  • • 中文知识笔记,AI 辅助整理
  • • content/YYYY/MM/ 按年月分层
  • • YAML frontmatter: title · date · tags
  • • [[wikilinks]] 交叉引用、内部关联
  • • 50+ 标签:agent · claude-code · ai-coding

构建流程

  • • SCSS → lightningcss 压缩 + 内联
  • • Markdown → remark/rehype → HTML
  • • Wikilinks → 解析 → <a> 标签
  • • FlexSearch 客户端搜索索引生成
  • • Satori 生成 OG 社交预览图

自定义扩展

  • • SidebarCollapse — 桌面侧边栏折叠
  • • custom.scss — H5 drawer + backdrop-blur
  • • Explorer 按日期倒序排列
  • • zh-CN 完全本地化 + 暗色模式
  • • PrevNext 连续阅读导航

部署与运维

  • • Vercel 香港节点 · 中国可访问
  • • GitHub Actions Dead Link Checker
  • • 自托管 Inter + JetBrains Mono 字体
  • • RSS Feed + Sitemap 自动生成
  • • kb.wilsonhandbook.online