-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
50 lines (50 loc) · 1.35 KB
/
theme.json
File metadata and controls
50 lines (50 loc) · 1.35 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
{
"name": "Starter Kit",
"description": "The Automad theme starter kit for developers",
"author": "Marc Anton Dahmen",
"license": "MIT",
"masks": {
"page": [],
"shared": ["+main"]
},
"fieldOrder": [
"selectColorTheme",
"selectPageDateFormat",
"brand",
"checkboxHidePreviousAndNextPageNavigation",
"checkboxShowPageInNavbar",
"checkboxShowPageInFooter"
],
"labels": {
"brand": "Brand logo (SVG, HTML or text)",
"selectPagelistSort": "Pagelist: Sorting",
"selectPagelistSubset": "Pagelist: Type of pagelist subset"
},
"options": {
"selectColorTheme": {
"switcher": "Show theme switcher, visitor can select theme",
"light": "Light theme",
"dark": "Dark theme"
},
"selectPageDateFormat": {
"M Y": "Month and Year",
"Y": "Year only",
"j. M Y": "Long"
},
"selectPagelistSubset": {
"all": "All pages",
"children": "Show only children of the selected context",
"siblings": "Show only siblings of the selected context"
},
"selectPagelistSort": {
":index asc": "Manual order",
"date desc": "Recent first",
"date asc": "Oldest first",
"title asc": "Alphabetically"
}
},
"tooltips": {
"+main": "The main content block area",
"+footer": "A custom footer section that can also be defined globally"
}
}