Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0a0a59bd1 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user