33 lines
857 B
YAML
33 lines
857 B
YAML
apiVersion: theme.halo.run/v1alpha1
|
||
kind: Theme
|
||
metadata:
|
||
# 主题id,唯一
|
||
name: theme-pika
|
||
spec:
|
||
# 主题名称
|
||
displayName: pika
|
||
author:
|
||
# 作者名称
|
||
name: jecyp
|
||
# 作者网址
|
||
website: https://www.jecyp.com
|
||
# 主题描述
|
||
description: '我的世界'
|
||
# 主题logo地址
|
||
logo: /themes/theme-pika/assets/img/logo.png
|
||
# 主题地址
|
||
website: https://www.gitea.jecyp.com/nineya/halo-theme-dream2.0
|
||
# 主题github开源地址
|
||
repo: https://www.gitea.jecyp.com/nineya/halo-theme-dream2.0.git
|
||
settingName: theme-pika-setting
|
||
configMapName: theme-pika-configMap
|
||
# 版本号
|
||
version: 0.0.1
|
||
# 最低支持的 Halo 版本
|
||
require: ">=2.0.0"
|
||
# 独立页面的自定义模板配置
|
||
customTemplates:
|
||
page:
|
||
- name: 快捷链接
|
||
description: 链接收藏页面
|
||
file: quick_link.html |