mind-overflow-website-ghost.../package.json

37 lines
755 B
JSON
Raw Normal View History

2020-10-30 00:19:49 +01:00
{
"name": "mindtheme",
"description": "Mind Overflow's official website style",
"version": "0.0.9",
2020-10-30 00:19:49 +01:00
"engines": {
"ghost-api": "v3"
},
2020-11-04 23:47:36 +01:00
"keywords": [
"ghost-theme"
],
2020-10-30 00:19:49 +01:00
"license": "Copyright",
"author": {
"name": "Lorenzo DellacĂ ",
"email": "lorenzo.dellaca@mind-overflow.net"
},
"config": {
"posts_per_page": 10,
"image_sizes": {
2020-11-04 23:47:36 +01:00
"xxs": {
"width": 64
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1200
}
2020-10-30 00:19:49 +01:00
}
}
}