From d0a0a59bd1fa71615327520e98e3119039301dab Mon Sep 17 00:00:00 2001 From: chill Date: Thu, 23 Apr 2026 09:59:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=BB=BA=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=88=86=E7=B1=BB=EF=BC=88=E4=B8=BB=E7=AB=99/?= =?UTF-8?q?=E7=AC=94=E8=AE=B0/=E6=8E=A7=E5=88=B6=E5=8F=B0/Git/=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E7=AE=A1=E7=90=86=E7=AD=89=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/pages/common.yml | 41 +++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/config/_default/pages/common.yml b/config/_default/pages/common.yml index 53da6c3..9659863 100644 --- a/config/_default/pages/common.yml +++ b/config/_default/pages/common.yml @@ -4,17 +4,52 @@ title: 常用网站 # 页面标题 subtitle: Common website # 页面副标题 # 指定使用的模板文件名,现有页面模板可见 templates/pages(不含 .hbs) -# 说明:推荐使用通用模板 page;首页由“导航第一项”决定 +# 说明:推荐使用通用模板 page;首页由"导航第一项"决定 template: page # 页面分类与站点列表 categories: + - name: 自建服务 + icon: fas fa-home + sites: + - name: 主站 + url: http://www.bighill.top/ + icon: fas fa-home + description: 个人主站 + - name: 笔记 + url: https://note.bighill.top/ + icon: fas fa-book + description: Obsidian 笔记 + - name: 控制台 + url: https://console.bighill.top/ + icon: fas fa-cog + description: 管理控制台 + - name: Git + url: https://git.bighill.top/ + icon: fab fa-git-alt + description: Gitea 代码仓库 + - name: 密码管理 + url: https://pwd.bighill.top/ + icon: fas fa-key + description: 密码管理服务 + - name: 面板 + url: https://panel.bighill.top/ + icon: fas fa-th-large + description: 管理面板 + - name: OpenClaw + url: https://claw.bighill.top/ + icon: fas fa-robot + description: AI 助手控制台 + - name: FNS + url: https://fns.bighill.top/ + icon: fas fa-link + description: 短链接服务 - name: 置顶 icon: fas fa-star # 分类图标 sites: - name: Linux.do # 站点名称 - url: https://linux.do/ # http/https URL(favicon 模式将尝试加载站点图标) - icon: fab fa-linux # 手动图标:manual 模式使用;favicon 模式下作为回退 + url: https://linux.do/ # http/https URL(favicon 模式将尝试加载站点图标) + icon: fab fa-linux # 手动图标:manual 模式使用;favicon 模式下作为回退 description: 新的理想型社区 # 站点描述 - name: Menav url: https://rbetree.github.io/menav