forked from zutrinken/attila
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 1.73 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
82
83
84
85
86
87
88
89
{
"name": "attila",
"description": "Ghost Theme",
"demo": "https://attila.peteramende.de",
"version": "3.6.1",
"engines": {
"ghost": ">=5.0.0"
},
"license": "MIT",
"screenshots": {
"desktop": "src/screenshot-desktop.jpg",
"mobile": "src/screenshot-mobile.jpg"
},
"author": {
"name": "Peter Amende",
"email": "[email protected]",
"url": "https://peteramende.de"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Personal Blogs"
]
},
"keywords": [
"ghost-theme",
"ghost",
"theme"
],
"repository": {
"type": "git",
"url": "https://github.com/zutrinken/attila.git"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^8.0.0"
},
"config": {
"posts_per_page": 8,
"image_sizes": {
"s": {
"width": 320
},
"m": {
"width": 640
},
"l": {
"width": 960
},
"xl": {
"width": 1920
}
},
"card_assets": true,
"custom": {
"color_scheme": {
"type": "select",
"options": [
"Light",
"Dark",
"System"
],
"default": "System"
},
"disqus_shortname": {
"type": "text",
"default": "",
"group": "post"
},
"darkmode_accent_color": {
"type": "color",
"default": "#ff6633"
}
}
},
"browserslist": [
"defaults"
]
}