Files
Journal-ghost/package.json
Sodbileg Gansukh a392f54fa4 New theme
2021-06-25 14:27:19 +08:00

44 lines
867 B
JSON

{
"name": "journal",
"description": "A Ghost theme",
"version": "1.0.0",
"engines": {
"ghost": ">=4.0.0",
"ghost-api": "v4"
},
"license": "MIT",
"author": {
"name": "Ghost Foundation",
"email": "hello@ghost.org",
"url": "https://ghost.org"
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"config": {
"posts_per_page": 1,
"image_sizes": {
"xs": {
"width": 150
},
"s": {
"width": 300
},
"m": {
"width": 720
},
"l": {
"width": 960
},
"xl": {
"width": 1200
},
"xxl": {
"width": 2000
}
}
}
}