Files
menav/config/_default/pages/bookmarks.yml
2025-10-19 01:12:44 +08:00

38 lines
1.5 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 默认页面配置(请勿直接修改)。
# 建议复制到 config/user/pages/bookmarks.yml 并按需调整。
# 说明:该页面通常由“书签导入工具”自动生成,手工修改时请保持字段结构一致。
title: 我的书签
subtitle: 从浏览器导入的书签收藏
# 指定使用的模板文件名,现有页面模板可见 templates/pages不含 .hbs
template: bookmarks
# 页面分类与站点列表(大量示例项,按需删减)
categories:
- name: 技术资源
icon: fas fa-folder # 分类图标
sites:
- name: GitHub # 站点名称
url: https://github.com/ # http/https URLfavicon 模式将尝试加载站点图标)
icon: fab fa-github # 手动图标manual 模式显示favicon 失败时回退)
description: "从书签导入: GitHub" # 描述
- name: Stack Overflow
url: https://stackoverflow.com/
icon: fab fa-stack-overflow
description: "从书签导入: Stack Overflow"
- name: MDN Web Docs
url: https://developer.mozilla.org/
icon: fas fa-link
description: "从书签导入: MDN Web Docs"
- name: 社交媒体
icon: fas fa-folder
sites:
- name: Twitter
url: https://twitter.com/
icon: fab fa-twitter
description: "从书签导入: Twitter"
- name: LinkedIn
url: https://www.linkedin.com/
icon: fab fa-linkedin
description: "从书签导入: LinkedIn"