mirror of
https://github.com/halo-dev/theme-earth.git
synced 2026-01-13 07:03:50 +08:00
更新 theme.yaml 描述文件。 1. 使用 homepage 代替 website,website 字段将在未来废弃,see https://github.com/halo-dev/halo/pull/4061 2. 添加 license 字段。 ```release-note None ```
25 lines
701 B
YAML
25 lines
701 B
YAML
apiVersion: theme.halo.run/v1alpha1
|
|
kind: Theme
|
|
metadata:
|
|
name: theme-earth
|
|
annotations:
|
|
# Add supports for Halo App Store
|
|
# https://halo.run/store/apps/app-KgWqR
|
|
"store.halo.run/app-id": "app-KgWqR"
|
|
spec:
|
|
displayName: Earth
|
|
author:
|
|
name: Halo
|
|
website: https://www.halo.run
|
|
description: Default theme for Halo 2.0
|
|
logo: https://www.halo.run/logo
|
|
homepage: https://www.halo.run/store/apps/app-KgWqR
|
|
repo: https://github.com/halo-dev/theme-earth
|
|
settingName: "theme-earth-setting"
|
|
configMapName: "theme-earth-configMap"
|
|
version: 1.8.0
|
|
requires: ">=2.8.0"
|
|
license:
|
|
- name: "GPL-3.0"
|
|
url: "https://github.com/halo-dev/theme-earth/blob/main/LICENSE"
|