info-page-static/config/index.yaml
2024-08-04 18:36:49 +08:00

21 lines
648 B
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/index.yaml
# 网站标题 - 显示在浏览器标签栏中
title: "个人介绍"
# 网站图标
ico: static/profile.png
# 背景设置
# 参数支持:
# 图片: 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%)"