2022-07-12 15:09:02 +03:00
|
|
|
{
|
|
|
|
"name": "ruby",
|
|
|
|
"description": "A Ghost theme",
|
|
|
|
"version": "1.0.0",
|
2022-07-18 10:41:53 +03:00
|
|
|
"private": true,
|
2022-07-12 15:09:02 +03:00
|
|
|
"engines": {
|
2022-07-19 10:00:59 +03:00
|
|
|
"ghost": ">=5.0.0"
|
2022-07-12 15:09:02 +03:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"author": {
|
|
|
|
"name": "Ghost Foundation",
|
|
|
|
"email": "hello@ghost.org",
|
|
|
|
"url": "https://ghost.org"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ghost",
|
|
|
|
"theme",
|
|
|
|
"ghost-theme"
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"posts_per_page": 12,
|
|
|
|
"image_sizes": {
|
|
|
|
"xs": {
|
|
|
|
"width": 150
|
|
|
|
},
|
|
|
|
"s": {
|
|
|
|
"width": 400
|
|
|
|
},
|
|
|
|
"m": {
|
|
|
|
"width": 720
|
|
|
|
},
|
|
|
|
"l": {
|
|
|
|
"width": 960
|
|
|
|
},
|
|
|
|
"xl": {
|
|
|
|
"width": 1200
|
|
|
|
},
|
|
|
|
"xxl": {
|
|
|
|
"width": 2000
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"card_assets": true,
|
|
|
|
"custom": {
|
2022-11-11 06:02:51 +02:00
|
|
|
"navigation_layout": {
|
|
|
|
"type": "select",
|
|
|
|
"options": ["Logo on the left", "Logo in the middle", "Stacked"],
|
|
|
|
"default": "Logo in the middle"
|
|
|
|
},
|
2022-07-12 15:09:02 +03:00
|
|
|
"title_font": {
|
|
|
|
"type": "select",
|
|
|
|
"options": [
|
|
|
|
"Modern sans-serif",
|
|
|
|
"Elegant serif"
|
|
|
|
],
|
|
|
|
"default": "Modern sans-serif"
|
|
|
|
},
|
|
|
|
"body_font": {
|
|
|
|
"type": "select",
|
|
|
|
"options": [
|
|
|
|
"Modern sans-serif",
|
|
|
|
"Elegant serif"
|
|
|
|
],
|
|
|
|
"default": "Modern sans-serif"
|
|
|
|
},
|
|
|
|
"show_related_posts": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
|
|
|
"group": "post"
|
|
|
|
}
|
|
|
|
}
|
2022-07-16 19:15:25 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"dev": "gulp",
|
|
|
|
"test": "gscan .",
|
|
|
|
"zip": "gulp zip"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-12 13:58:43 +03:00
|
|
|
"@tryghost/shared-theme-assets": "1.2.0",
|
2022-10-28 02:13:10 +03:00
|
|
|
"autoprefixer": "10.4.13",
|
2022-07-16 19:15:25 +03:00
|
|
|
"beeper": "2.1.0",
|
2022-10-28 18:07:43 +03:00
|
|
|
"cssnano": "5.1.14",
|
2022-08-03 15:38:45 +03:00
|
|
|
"gscan": "4.34.0",
|
2022-07-16 19:15:25 +03:00
|
|
|
"gulp": "4.0.2",
|
|
|
|
"gulp-concat": "2.6.1",
|
|
|
|
"gulp-livereload": "4.0.2",
|
|
|
|
"gulp-postcss": "9.0.1",
|
|
|
|
"gulp-uglify": "3.0.2",
|
|
|
|
"gulp-zip": "5.1.0",
|
2022-11-11 01:20:01 +02:00
|
|
|
"postcss": "8.4.19",
|
2022-07-16 19:15:25 +03:00
|
|
|
"postcss-easy-import": "4.0.0",
|
2022-07-19 09:58:56 +03:00
|
|
|
"pump": "3.0.0"
|
2022-07-12 15:09:02 +03:00
|
|
|
}
|
|
|
|
}
|