-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
58 lines (58 loc) · 1.52 KB
/
theme.json
File metadata and controls
58 lines (58 loc) · 1.52 KB
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
51
52
53
54
55
56
57
58
{
"name": "coffee",
"version": "0.1.0",
"repo": "typlog/theme-coffee",
"image": "",
"description": "A theme designed for podcasters, by uxcoffee.",
"preview_tenant_id": 3010,
"config": [
{
"friendlyName": "Design",
"fields": [
{
"friendlyName": "Background color",
"name": "background_color",
"type": "color",
"default": "#F8F7F6"
},
{
"name": "banner_image",
"type": "image",
"default": {
"src": "https://cdn.jsdelivr.net/gh/lepture/typlog-coffee@0.4.0/assets/banner.png",
"width": 2160,
"height": 1200
}
}
]
},
{
"friendlyName": "Navbar links",
"name": "nav_links",
"type": "NavLink",
"multiple": true
}
],
"messages": {
"none": "There is no items",
"none#zh": "没有内容",
"archive": "Archive",
"archive#zh": "归档",
"prev": "Previous",
"prev#zh": "上一页",
"next": "Next",
"next#zh": "下一页",
"readthis": "Read This",
"readthis#zh": "下一篇",
"switch_auto": "Switch to auto color mode",
"switch_auto#zh": "切换至系统默认模式",
"switch_light": "Switch to light color mode",
"switch_light#zh": "切换至明亮模式",
"switch_dark": "Switch to dark color mode",
"switch_dark#zh": "切换至黑暗模式",
"sponsor": "Support me via",
"sponsor#zh": "请通过以下方式赞助我",
"copy": "Copy",
"copy#zh": "复制"
}
}