2020-08-13 14:23:29 +02:00
|
|
|
{
|
|
|
|
"name": "mindtheme",
|
|
|
|
"description": "Mind Overflow's official website style",
|
2020-08-17 22:45:09 +02:00
|
|
|
"version": "0.0.5",
|
2020-08-13 14:23:29 +02:00
|
|
|
"engines": {
|
|
|
|
"ghost-api": "v3"
|
|
|
|
},
|
|
|
|
"keywords": ["ghost-theme"],
|
|
|
|
"license": "Copyright",
|
|
|
|
"author": {
|
|
|
|
"email": "lorenzo.dellaca@mind-overflow.net"
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"posts_per_page": 10,
|
2020-08-15 12:40:28 +02:00
|
|
|
"image_sizes": {
|
2020-08-16 17:58:46 +02:00
|
|
|
"xxs": {
|
|
|
|
"width": 64
|
|
|
|
},
|
|
|
|
"xs": {
|
|
|
|
"width": 100
|
|
|
|
},
|
2020-08-15 12:40:28 +02:00
|
|
|
"s": {
|
|
|
|
"width": 300
|
2020-08-16 17:58:46 +02:00
|
|
|
},
|
|
|
|
"m": {
|
|
|
|
"width": 600
|
2020-08-17 22:45:09 +02:00
|
|
|
},
|
|
|
|
"l": {
|
|
|
|
"width": 1200
|
2020-08-15 12:40:28 +02:00
|
|
|
}
|
|
|
|
}
|
2020-08-13 14:23:29 +02:00
|
|
|
}
|
|
|
|
}
|