feat(readme): 更新文档和配置注释
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
title: 友情链接
|
||||
subtitle: 优秀的博主和朋友们
|
||||
# 默认页面配置(请勿直接修改)。
|
||||
# 建议复制到 config/user/pages/friends.yml 并按需调整。
|
||||
title: 友情链接 # 页面标题
|
||||
subtitle: 优秀的博主和朋友们 # 页面副标题
|
||||
|
||||
# 指定使用的模板文件名,现有页面模板可见templates\pages
|
||||
# 指定使用的模板文件名,现有页面模板可见 templates/pages(不含 .hbs)
|
||||
template: friends
|
||||
|
||||
# 页面分类与站点列表
|
||||
categories:
|
||||
- name: 技术博主
|
||||
icon: fas fa-user-friends
|
||||
icon: fas fa-user-friends # 分类图标
|
||||
sites:
|
||||
- name: 小明的博客
|
||||
icon: fas fa-code
|
||||
description: 全栈开发工程师,分享技术心得
|
||||
url: "#"
|
||||
- name: 小明的博客 # 站点名称
|
||||
icon: fas fa-code # 站点图标
|
||||
description: 全栈开发工程师,分享技术心得 # 描述
|
||||
url: "#" # 链接(示例)
|
||||
- name: 小红的前端
|
||||
icon: fas fa-paint-brush
|
||||
description: 专注前端开发与设计
|
||||
@@ -30,4 +33,4 @@ categories:
|
||||
- name: Stack Overflow
|
||||
icon: fab fa-stack-overflow
|
||||
description: 程序员问答社区
|
||||
url: https://stackoverflow.com
|
||||
url: https://stackoverflow.com
|
||||
|
||||
Reference in New Issue
Block a user