mind-overflow-website-ghost.../package.json
Lorenzo Dellacà e4bb647586 Make /tags/ page responsive, fix some paddings
In post cards, the "tag and date" text was slightly moved to the right and looked ugly. This was fixed.
The /tags/ page had a horizontal padding of 0 which made it look ugly. Solved.
The /tags/ page now scales based on screen size and is responsive. Fixes #5
2020-11-10 21:27:06 +01:00

55 lines
1.1 KiB
JSON
Executable File

{
"name": "mindtheme",
"description": "Mind Overflow's official website style",
"version": "0.0.11",
"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
},
"xl": {
"width": 1600
},
"xxl": {
"width": 2000
}
}
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-uglify": "^3.0.2",
"pump": "^3.0.0"
},
"scripts": {
"js": "gulp js",
"zip": "gulp zip"
},
"dependencies": {
"gulp-zip": "^5.0.2"
}
}