mirror of
https://github.com/Kisechan/Mainpage.git
synced 2025-07-09 22:57:17 +00:00
20 lines
741 B
YAML
20 lines
741 B
YAML
- category: "朋友们"
|
|
links:
|
|
- avatar: "https://images.kisechan.space/icon.jpg"
|
|
title: "Kisechan's Blog"
|
|
description: "Kisechan 的博客"
|
|
url: "https://blog.kisechan.space"
|
|
- avatar: "https://example.com/avatar.png"
|
|
title: "个人博客"
|
|
description: "这是一个个人博客"
|
|
url: "https://example.com/personal-blog"
|
|
- category: "友情链接"
|
|
links:
|
|
- avatar: "https://example.com/avatar.png"
|
|
title: "友情链接1"
|
|
description: "这是一个友情链接"
|
|
url: "https://example.com/friend-link-1"
|
|
- avatar: "https://example.com/avatar.png"
|
|
title: "友情链接2"
|
|
description: "这是一个友情链接"
|
|
url: "https://example.com/friend-link-2" |