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

22 lines
463 B
JSON
Executable File

{
"name": "mindtheme",
"description": "Mind Overflow's official website style",
"version": "0.0.3",
"engines": {
"ghost-api": "v3"
},
"keywords": ["ghost-theme"],
"license": "Copyright",
"author": {
"email": "lorenzo.dellaca@mind-overflow.net"
},
"config": {
"posts_per_page": 10,
"image_sizes": {
"s": {
"width": 300
}
}
}
}