-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy paththeme.yaml
39 lines (39 loc) · 1.01 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
apiVersion: theme.halo.run/v1alpha1
kind: Theme
metadata:
name: moderna-template
spec:
displayName: Moderna
author:
name: shrChang.Liu
website: "https://github.com/liuchangfitcloud"
description: Moderna html5 template for Halo
logo: "/themes/moderna-template/assets/img/favicon.png"
website: "https://halo.run"
repo: "https://github.com/liuchangfitcloud/theme-moderna"
settingName: "theme-moderna-setting"
configMapName: "theme-moderna-configMap"
version: "1.0.0"
require: ">=2.0.0"
customTemplates:
page:
- name: 关于我们
description: 关于我们
screenshot:
file: about.html
- name: 服务
description: 服务
screenshot:
file: services.html
- name: 团队
description: 团队
screenshot:
file: team.html
- name: 联系我们
description: 联系我们
screenshot:
file: contact.html
- name: 博客
description: 博客
screenshot:
file: blog.html