-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
51 lines (51 loc) · 1.29 KB
/
theme.json
File metadata and controls
51 lines (51 loc) · 1.29 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
{
"name": "Journal",
"version": "2.1",
"author": "Ghost Foundation",
"homepage": "https://ghost.org",
"description": "Journal theme by Ghost.org ported to HTMLy.",
"settings": [
{
"type": "checkbox",
"name": "popular_posts",
"label": "Popular Posts",
"value": "",
"info": "Enable Popular Posts widget. The views counter need to be enabled first."
},
{
"type": "checkbox",
"name": "category_list",
"label": "Category List",
"value": "",
"info": "Enable Category List widget"
},
{
"type": "checkbox",
"name": "archive",
"label": "Archive",
"value": "",
"info": "Enable Archive widget"
},
{
"type": "checkbox",
"name": "tagcloud",
"label": "TagCloud",
"value": "",
"info": "Enable TagCloud widget"
},
{
"type": "checkbox",
"name": "frontpage_widget",
"label": "Static Frontpage Widget",
"value": "",
"info": "Show widget on static frontpage"
},
{
"type": "text",
"name": "featured",
"label": "Featured Posts",
"value": "",
"info": "The posts that are featured will be taken from the tag above (the tag slug). <br>If leave empty it will use the default tag: <code>featured</code>"
}
]
}