-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.41 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
{
"name": "papillon-ghost",
"description": "The official Ghost theme for the Papillon open source project.",
"version": "2.0.5",
"engines": {
"ghost": ">=5.81.0"
},
"author": {
"name": "Vince Linise",
"email": "[email protected]",
"url": "http://vincelinise.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"
}
}
},
"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/PapillonApp/papillon-ghost.git"
}
}