-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
81 lines (81 loc) · 1.79 KB
/
package.json
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
{
"name": "undefined",
"description": "A minimal starter theme for the Ghost blogging platform",
"demo": "http://github.com/curiositry/undefined-ghost-theme",
"version": "4.3.1",
"engines": {
"ghost": ">=5.104.0"
},
"author": {
"name": "Curiositry",
"email": "[email protected]",
"url": "http://curiositry.com"
},
"config": {
"posts_per_page": 5,
"card_assets": true,
"image_sizes": {
"xs": {
"width": 400
},
"s": {
"width": 600
},
"m": {
"width": 800
},
"l": {
"width": 1000
},
"xl": {
"width": 3000
}
},
"custom": {
"header_font": {
"type": "select",
"options": [
"Modern sans-serif",
"Elegant serif",
"Timeless mono"
],
"default": "Elegant serif"
},
"text_font": {
"type": "select",
"options": [
"Modern sans-serif",
"Elegant serif",
"Timeless mono"
],
"default": "Elegant serif"
},
"newsletter_optin_cta": {
"type": "text",
"default": ""
}
}
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Responsive",
"Starter theme",
"Boilerplate",
"Typographic"
]
},
"keywords": [
"responsive",
"ghost",
"starter",
"theme",
"ghost-theme",
"boilerplate"
],
"repository": {
"type": "git",
"url": "https://github.com/curiositry/undefined-ghost-theme.git"
}
}