-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
136 lines (136 loc) · 3.24 KB
/
theme.json
File metadata and controls
136 lines (136 loc) · 3.24 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "hangzhou",
"name#zh": "杭州",
"version": "0.2.0",
"repo": "typlog/theme-hangzhou",
"image": "https://cdn.jsdelivr.net/gh/typlog/theme-hangzhou/screenshot.jpg",
"description": "A theme for documentation, podcast, blogs and etc.",
"config": [
{
"friendlyName": "General",
"fields": [
{
"name": "color_mode",
"type": "enum",
"default": "auto",
"options": {
"choices": ["auto", "light", "dark"]
}
},
{
"name": "copyright",
"type": "string"
}
]
},
{
"name": "nav_links",
"friendlyName": "Navbar links",
"type": "NavLink",
"multiple": true,
"options": {
"children": true
}
},
{
"name": "nav_actions",
"friendlyName": "Navbar actions",
"type": "NavLink",
"multiple": true,
"options": {
"children": false
}
},
{
"name": "foot_links",
"type": "SectionLinks",
"multiple": true
},
{
"friendlyName": "Social links",
"multiple": true,
"fields": [
{
"name": "x_url",
"friendlyName": "x.com",
"type": "url"
},
{
"name": "bluesky_url",
"friendlyName": "BlueSky",
"type": "url"
},
{
"name": "github_url",
"friendlyName": "GitHub",
"type": "url"
},
{
"name": "linkedin_url",
"friendlyName": "LinkedIn",
"type": "url"
},
{
"name": "discord_url",
"friendlyName": "Discord",
"type": "url"
},
{
"name": "youtube_url",
"friendlyName": "YouTube",
"type": "url"
},
{
"name": "reddit_url",
"friendlyName": "Reddit",
"type": "url"
},
{
"name": "foot_socials",
"friendlyName": "Other links",
"type": "IconLink",
"multiple": true
}
]
}
],
"messages": {
"en": "English",
"zh": "中文",
"zh-hans": "简体中文",
"zh-hant": "正體中文",
"ja": "日本語",
"languages": "Languages",
"languages#zh": "语言",
"none": "There is no items",
"none#zh": "没有内容",
"archive": "Archive",
"archive#zh": "归档",
"menu": "Menu",
"menu#zh": "目录",
"otherlang": "Available languages",
"otherlang#zh": "其他语言",
"onthispage": "On this page",
"onthispage#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": "切换至黑暗模式",
"last_updated": "Last updated:",
"last_updated#zh": "最近更新:",
"hosts": "Hosts",
"hosts#zh": "主持人",
"guests": "Guests",
"guests#zh": "嘉宾",
"copy": "Copy",
"copy#zh": "复制"
}
}