feat(readme): 更新文档和配置注释

This commit is contained in:
coolzr
2025-10-19 00:24:03 +08:00
parent aa264cc727
commit 9e2a8b0da4
10 changed files with 221 additions and 54 deletions

View File

@@ -1,17 +1,20 @@
title: 欢迎使用
subtitle: 个人导航站点
# 默认页面配置(请勿直接修改)。
# 建议复制到 config/user/pages/home.yml 并按需调整。
title: 欢迎使用 # 页面标题
subtitle: 个人导航站点 # 页面副标题
# 指定使用的模板文件名现有页面模板可见templates\pages
# 指定使用的模板文件名,现有页面模板可见 templates/pages(不含 .hbs
template: home
# 页面分类与站点列表(可按需增删顺序)
categories:
- name: 常用网站
icon: fas fa-star
icon: fas fa-star # 分类图标Font Awesome
sites:
- name: Linux.do
url: https://linux.do/
icon: fab fa-linux
description: 新的理想型社区
- name: Linux.do # 站点名称
url: https://linux.do/ # http/https URLfavicon 模式将尝试加载站点图标)
icon: fab fa-linux # 手动图标manual 模式使用favicon 模式下作为回退
description: 新的理想型社区 # 站点描述
- name: Google
url: https://www.google.com
icon: fab fa-google
@@ -214,4 +217,4 @@ categories:
- name: Heroku
url: https://www.heroku.com
icon: fas fa-h-square
description: 应用部署平台
description: 应用部署平台