27 lines
714 B
YAML
Raw Normal View History

2023-03-21 12:10:05 +08:00
apiVersion: theme.halo.run/v1alpha1
kind: Theme
metadata:
# 主题id唯一
name: theme-dream2-plus
2023-03-21 12:10:05 +08:00
spec:
# 主题名称
displayName: Dream2.0 Plus
2023-03-21 12:10:05 +08:00
author:
# 作者名称
name: 智识家
2023-03-21 12:10:05 +08:00
# 作者网址
website: https://www.sw0.top
2023-03-21 12:10:05 +08:00
# 主题描述
description: '梦之城,童话梦境'
# 主题logo地址
2023-03-28 22:43:03 +08:00
logo: /themes/theme-dream/assets/img/logo.png
2023-03-21 12:10:05 +08:00
# 主题地址
website: https://github.com/zsjy/halo-theme-dream2.0-plus
2023-03-21 12:10:05 +08:00
# 主题github开源地址
repo: https://github.com/zsjy/halo-theme-dream2.0-plus.git
2023-03-21 12:10:05 +08:00
settingName: theme-dream-setting
configMapName: theme-dream-configMap
# 版本号
2024-04-03 18:28:25 +08:00
version: 1.0.3.29
2023-03-21 12:10:05 +08:00
# 最低支持的 Halo 版本
require: ">=2.6.0"