apiVersion: theme.halo.run/v1alpha1
kind: Theme
metadata:
  # 主题id，唯一
  name: theme-dream2-plus
  annotations:
    # Add supports for Halo App Store
    # https://www.halo.run/store/apps/app-HrMpM
    "store.halo.run/app-id": "app-HrMpM"
spec:
  # 主题名称
  displayName: Dream2.0 Plus
  author:
    # 作者名称
    name: 宏尘极客
    # 作者网址
    website: https://www.hcjike.com
  customTemplates:
    page:
      - name: 安全链接页面模版
        description: 支持安全链接页面配置
        screenshot:
        file: security_link.html
      - name: RSS订阅页面模版
        description: 请确保已安装 2.2.0 或以上版本的链接插件，并在设置中同时开启「RSS 订阅」和「公开 RSS 订阅动态」，功能才可正常使用。
        screenshot:
        file: friends_link.html
  # 主题描述
  description: '梦之城，童话梦境'
  # 主题logo地址
  logo: /themes/theme-dream2-plus/assets/img/logo.png
  homepage: https://www.halo.run/store/apps/app-HrMpM
  # 主题地址
  website: https://www.hcjike.com/docs/halo-theme-dream2.0
  # 主题github开源地址
  repo: https://github.com/hcjike/halo-theme-dream2.0-plus.git
  # 提交问题地址
  issues: https://github.com/hcjike/halo-theme-dream2.0-plus/issues
  settingName: theme-dream2-plus-setting
  configMapName: theme-dream2-plus-configMap
  # 版本号
  version: 1.18.1
  # 最低支持的 Halo 版本
  requires: ">=2.24.2"
  # 许可
  license:
    - name: "MIT"
      url: "https://github.com/hcjike/halo-theme-dream2.0-plus?tab=MIT-1-ov-file"
