UPToZ
9bca332716
detailed: 1.更新主题版本号为1.0.3-ce。 2.更新主题最低Halo版本要求为>=2.15.0。 3.增加主题问题反馈地址。 4.增加主题协议。 5.修复侧边栏最近发布模块一直显示置顶文章的问题。
60 lines
1.8 KiB
YAML
60 lines
1.8 KiB
YAML
apiVersion: theme.halo.run/v1alpha1
|
|
kind: Theme
|
|
metadata:
|
|
name: theme-hao
|
|
annotations:
|
|
# Add supports for Halo App Store
|
|
# https://halo.run/store/apps/app-MgZJX
|
|
"store.halo.run/app-id": "app-MgZJX"
|
|
spec:
|
|
displayName: Hao
|
|
author:
|
|
name: UPToZ
|
|
website: https://blog.uptoz.cn
|
|
customTemplates:
|
|
page:
|
|
- name: 友情链接页面模版
|
|
description: 支持可预设文本的友链
|
|
screenshot:
|
|
file: page_links.html
|
|
- name: 关于页面模版
|
|
description: 关于页面
|
|
screenshot:
|
|
file: about.html
|
|
- name: 鱼塘页面模版
|
|
description: 友链鱼塘
|
|
screenshot:
|
|
file: fcircle.html
|
|
- name: 音乐页面模版
|
|
description: 音乐页面
|
|
screenshot:
|
|
file: music.html
|
|
- name: 留言板页面模版
|
|
description: 留言板页面
|
|
screenshot:
|
|
file: comments.html
|
|
- name: 待办清单页面模版
|
|
description: 待办清单页面
|
|
screenshot:
|
|
file: todolist.html
|
|
- name: 相册页面模版
|
|
description: 相册页面
|
|
screenshot:
|
|
file: album.html
|
|
- name: 最近评论页面模版
|
|
description: 最近评论页面
|
|
screenshot:
|
|
file: new_comment.html
|
|
description: Halo 2.x Theme base on Thymeleaf, Referring to Butterfly and Heo
|
|
logo: /themes/theme-hao/assets/images/hao-logo.jpg
|
|
website: https://blog.uptoz.cn
|
|
repo: https://gitea.uptoz.cn/UPToZ/halo-theme-hao
|
|
issues: https://gitee.com/uptoz/halo-theme-hao/issues
|
|
settingName: "theme-hao-setting"
|
|
configMapName: "theme-hao-configMap"
|
|
version: "1.0.3-ce"
|
|
require: ">=2.15.0"
|
|
license:
|
|
- name: "CC BY-SA 4.0"
|
|
url: "https://gitee.com/uptoz/halo-theme-hao/blob/main/LICENSE"
|