mind-overflow-website-ghost.../package.json
Lorenzo Dellacà 964a474355 Update text font
- Switched from Roboto to Open Sans
- Removed unused fonts
- Reduced text size from 19px to 18px
- upped version (0.0.5 to 0.0.6)
2020-10-30 00:16:35 +01:00

35 lines
735 B
JSON
Executable File

{
"name": "mindtheme",
"description": "Mind Overflow's official website style",
"version": "0.0.6",
"engines": {
"ghost-api": "v3"
},
"keywords": ["ghost-theme"],
"license": "Copyright",
"author": {
"name": "Lorenzo Dellacà",
"email": "lorenzo.dellaca@mind-overflow.net"
},
"config": {
"posts_per_page": 10,
"image_sizes": {
"xxs": {
"width": 64
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1200
}
}
}
}