37 lines
1.2 KiB
YAML
37 lines
1.2 KiB
YAML
# 默认页面配置(请勿直接修改)。
|
||
# 建议复制到 config/user/pages/friends.yml 并按需调整。
|
||
title: 友情链接 # 页面标题
|
||
subtitle: 优秀的博主和朋友们 # 页面副标题
|
||
|
||
# 指定使用的模板文件名,现有页面模板可见 templates/pages(不含 .hbs)
|
||
template: friends
|
||
|
||
# 页面分类与站点列表
|
||
categories:
|
||
- name: 技术博主
|
||
icon: fas fa-user-friends # 分类图标
|
||
sites:
|
||
- name: 小明的博客 # 站点名称
|
||
icon: fas fa-code # 站点图标
|
||
description: 全栈开发工程师,分享技术心得 # 描述
|
||
url: "#" # 链接(示例)
|
||
- name: 小红的前端
|
||
icon: fas fa-paint-brush
|
||
description: 专注前端开发与设计
|
||
url: "#"
|
||
- name: 小张的后端
|
||
icon: fas fa-server
|
||
description: 分享后端开发经验
|
||
url: "#"
|
||
- name: 技术社区
|
||
icon: fas fa-laptop-code
|
||
sites:
|
||
- name: GitHub
|
||
icon: fab fa-github
|
||
description: 开源代码托管平台
|
||
url: https://github.com
|
||
- name: Stack Overflow
|
||
icon: fab fa-stack-overflow
|
||
description: 程序员问答社区
|
||
url: https://stackoverflow.com
|