Refactor
This commit is contained in:
+13
-12
@@ -1,17 +1,18 @@
|
||||
apiVersion: theme.halo.run/v1alpha1
|
||||
kind: Theme
|
||||
metadata:
|
||||
name: astro-starter
|
||||
spec:
|
||||
displayName: Astro Starter
|
||||
author:
|
||||
name: Halo OSS Organization
|
||||
website: "https://halo.run"
|
||||
description: Halo 2.0 Theme base on Astro and Thymeleaf
|
||||
logo: "https://halo.run/logo"
|
||||
website: "https://halo.run"
|
||||
repo: "https://github.com/halo-sigs/theme-astro-starter"
|
||||
settingName: "theme-astro-starter-setting"
|
||||
configMapName: "theme-astro-starter-configMap"
|
||||
version: "1.0"
|
||||
require: "*"
|
||||
metadata:
|
||||
name: theme-astro-starter
|
||||
name: Your Name
|
||||
website: https://github.com/YourName
|
||||
description: A starter theme for Halo.
|
||||
logo: https://www.halo.run/logo
|
||||
homepage: https://github.com/halo-sigs/theme-astro-starter
|
||||
issues: https://github.com/halo-sigs/theme-astro-starter/issues
|
||||
version: "1.0.0"
|
||||
requires: ">=2.0.0"
|
||||
license:
|
||||
- name: "GPL-3.0"
|
||||
url: "https://www.gnu.org/licenses/gpl-3.0.en.html"
|
||||
|
||||
Reference in New Issue
Block a user