-
Notifications
You must be signed in to change notification settings - Fork 127
/
theme.yaml
50 lines (50 loc) · 1.53 KB
/
theme.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
apiVersion: theme.halo.run/v1alpha1
kind: Theme
metadata:
name: theme-hao
annotations:
"store.halo.run/app-id": "app-MgZJX"
spec:
displayName: Hao
author:
name: 程序员小航 & 困困鱼 & Carol
website: https://github.com/chengzhongxue
customTemplates:
page:
- name: 友情链接页面模版
description: 支持可预设文本的友链
screenshot:
file: page_links.html
- name: 关于页面模版
description: 关于页面
screenshot:
file: about.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
homepage: https://www.halo.run/store/apps/app-MgZJX
issues: https://github.com/chengzhongxue/halo-theme-hao/issues
repo: https://github.com/chengzhongxue/halo-theme-hao
settingName: "theme-hao-setting"
configMapName: "theme-hao-configMap"
version: "1.6.1"
require: ">=2.20.0"