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

37 lines
1.3 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/projects.yml 并按需调整。
title: 我的项目 # 页面标题
subtitle: 这里展示了我的一些个人项目和开源贡献 # 页面副标题
# 指定使用的模板文件名,现有页面模板可见 templates/pages不含 .hbs
template: projects
# 页面分类与站点列表
categories:
- name: 个人项目
icon: fas fa-code # 分类图标Font Awesome
sites:
- name: 个人导航站 # 站点名称
icon: fas fa-compass # 手动图标manual 模式显示favicon 模式下作为回退)
description: 一个简洁美观的个人导航页面 # 站点描述
url: "#" # 链接(示例)
- name: Todo List
icon: fas fa-tasks
description: 基于Vue3的待办事项管理器
url: "#"
- name: 个人博客
icon: fas fa-blog
description: 使用Hexo搭建的技术博客
url: "#"
- name: 开源贡献
icon: fas fa-code-branch
sites:
- name: Project A
icon: fab fa-github
description: 开源项目贡献
url: "#"
- name: Project B
icon: fab fa-github
description: 开源项目贡献
url: "#"