info-page-static/config/index.yaml

21 lines
648 B
YAML
Raw Permalink Normal View History

2024-08-03 13:48:13 +00:00
# config/index.yaml
# 网站标题 - 显示在浏览器标签栏中
title: "个人介绍"
# 网站图标
2024-08-04 10:36:49 +00:00
ico: static/profile.png
2024-08-03 13:48:13 +00:00
# 背景设置
# 参数支持:
# 图片: img
# 颜色: color
# 渐变颜色: color-cg
background:
# 背景类型
bgType: color
# 如果背景类型为 img则填写图片路径
bgImg: https://www.dmoe.cc/random.php
# 如果背景类型为 color则填写颜色值例如#ffffff
bgColor: "#DDE3F1"
# 如果背景类型为 color-cg则填写渐变颜色值例如linear-gradient(135deg, #f2c3fb 0%, #a65df0 100%)
bgColorCg: "linear-gradient(135deg, #f2c3fb 0%, #a65df0 100%)"