2023-07-05 13:43:09 +01:00
|
|
|
{
|
2023-09-15 10:33:10 +01:00
|
|
|
"name": "source",
|
2023-07-05 13:43:09 +01:00
|
|
|
"description": "A default theme for the Ghost publishing platform",
|
|
|
|
"demo": "https://demo.ghost.io",
|
2023-09-19 14:32:02 +01:00
|
|
|
"version": "1.0.0",
|
2023-07-05 13:43:09 +01:00
|
|
|
"engines": {
|
|
|
|
"ghost": ">=5.0.0"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "gulp",
|
|
|
|
"zip": "gulp zip",
|
|
|
|
"test": "gscan .",
|
|
|
|
"test:ci": "gscan --fatal --verbose .",
|
|
|
|
"pretest": "gulp build",
|
|
|
|
"preship": "yarn test",
|
|
|
|
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; else echo \"Uncomitted changes found.\" && exit 1; fi",
|
|
|
|
"postship": "git fetch && gulp release"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Ghost Foundation",
|
|
|
|
"email": "hello@ghost.org",
|
|
|
|
"url": "https://ghost.org/"
|
|
|
|
},
|
|
|
|
"gpm": {
|
|
|
|
"type": "theme",
|
|
|
|
"categories": [
|
|
|
|
"Minimal",
|
|
|
|
"Magazine"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ghost",
|
|
|
|
"theme",
|
|
|
|
"ghost-theme"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-09-15 10:47:56 +01:00
|
|
|
"url": "https://github.com/TryGhost/Source.git"
|
2023-07-05 13:43:09 +01:00
|
|
|
},
|
2023-09-15 10:47:56 +01:00
|
|
|
"bugs": "https://github.com/TryGhost/Source/issues",
|
|
|
|
"contributors": "https://github.com/TryGhost/Source/graphs/contributors",
|
2023-07-05 13:43:09 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"@tryghost/release-utils": "0.8.1",
|
|
|
|
"autoprefixer": "10.4.7",
|
|
|
|
"beeper": "2.1.0",
|
|
|
|
"cssnano": "5.1.12",
|
|
|
|
"gscan": "4.36.1",
|
|
|
|
"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",
|
|
|
|
"inquirer": "8.2.4",
|
|
|
|
"postcss": "8.2.13",
|
|
|
|
"postcss-easy-import": "4.0.0",
|
|
|
|
"pump": "3.0.0"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"defaults"
|
|
|
|
],
|
|
|
|
"config": {
|
2023-09-01 04:34:30 +01:00
|
|
|
"posts_per_page": 16,
|
2023-07-05 13:43:09 +01:00
|
|
|
"image_sizes": {
|
|
|
|
"xs": {
|
2023-09-19 14:19:25 +01:00
|
|
|
"width": 160
|
2023-07-05 13:43:09 +01:00
|
|
|
},
|
|
|
|
"s": {
|
2023-09-19 14:19:25 +01:00
|
|
|
"width": 320
|
2023-07-05 13:43:09 +01:00
|
|
|
},
|
|
|
|
"m": {
|
|
|
|
"width": 600
|
|
|
|
},
|
|
|
|
"l": {
|
2023-09-19 14:19:25 +01:00
|
|
|
"width": 960
|
2023-07-05 13:43:09 +01:00
|
|
|
},
|
|
|
|
"xl": {
|
2023-09-19 14:19:25 +01:00
|
|
|
"width": 1200
|
|
|
|
},
|
|
|
|
"xxl": {
|
2023-07-05 13:43:09 +01:00
|
|
|
"width": 2000
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"card_assets": true,
|
|
|
|
"custom": {
|
|
|
|
"navigation_layout": {
|
|
|
|
"type": "select",
|
|
|
|
"options": [
|
|
|
|
"Logo in the middle",
|
2023-08-14 02:10:22 +01:00
|
|
|
"Logo on the left",
|
2023-07-31 05:58:56 +01:00
|
|
|
"Stacked"
|
2023-07-05 13:43:09 +01:00
|
|
|
],
|
2023-08-03 06:41:15 +01:00
|
|
|
"default": "Logo in the middle"
|
2023-07-10 04:14:43 +01:00
|
|
|
},
|
2023-08-14 02:10:22 +01:00
|
|
|
"site_background_color": {
|
2023-07-10 08:44:09 +01:00
|
|
|
"type": "color",
|
|
|
|
"default": "#ffffff"
|
|
|
|
},
|
|
|
|
"header_and_footer_color": {
|
|
|
|
"type": "select",
|
|
|
|
"options": [
|
2023-09-18 10:50:05 +01:00
|
|
|
"Background color",
|
|
|
|
"Accent color"
|
2023-07-10 08:44:09 +01:00
|
|
|
],
|
2023-09-18 10:50:05 +01:00
|
|
|
"default": "Background color"
|
2023-07-10 08:44:09 +01:00
|
|
|
},
|
2023-07-10 09:13:01 +01:00
|
|
|
"title_font": {
|
|
|
|
"type": "select",
|
2023-07-11 10:55:58 +01:00
|
|
|
"options": [
|
|
|
|
"Modern sans-serif",
|
|
|
|
"Elegant serif",
|
2023-09-18 10:50:05 +01:00
|
|
|
"Consistent mono"
|
2023-07-11 10:55:58 +01:00
|
|
|
],
|
2023-07-10 09:13:01 +01:00
|
|
|
"default": "Modern sans-serif"
|
|
|
|
},
|
|
|
|
"body_font": {
|
|
|
|
"type": "select",
|
2023-07-11 10:55:58 +01:00
|
|
|
"options": [
|
|
|
|
"Modern sans-serif",
|
|
|
|
"Elegant serif"
|
|
|
|
],
|
2023-07-10 09:13:01 +01:00
|
|
|
"default": "Modern sans-serif"
|
|
|
|
},
|
2023-08-28 04:47:31 +01:00
|
|
|
"signup_heading": {
|
|
|
|
"type": "text",
|
2023-09-08 12:53:15 +01:00
|
|
|
"description": "Used in your footer across your theme, defaults to site title when empty"
|
2023-08-28 04:47:31 +01:00
|
|
|
},
|
|
|
|
"signup_subheading": {
|
|
|
|
"type": "text",
|
2023-09-08 12:53:15 +01:00
|
|
|
"description": "Defaults to site description when empty"
|
2023-08-28 04:47:31 +01:00
|
|
|
},
|
2023-07-10 04:14:43 +01:00
|
|
|
"header_style": {
|
|
|
|
"type": "select",
|
|
|
|
"options": [
|
2023-08-14 02:10:22 +01:00
|
|
|
"Landing",
|
2023-07-10 04:14:43 +01:00
|
|
|
"Highlight",
|
2023-07-26 09:03:19 +01:00
|
|
|
"Magazine",
|
2023-07-10 08:09:26 +01:00
|
|
|
"Search",
|
|
|
|
"Off"
|
2023-07-10 04:14:43 +01:00
|
|
|
],
|
2023-09-19 11:49:41 +01:00
|
|
|
"description": "Landing is recommended for all sites, Highlight & Magazine for those with more content",
|
2023-08-03 06:42:16 +01:00
|
|
|
"default": "Landing",
|
2023-07-10 04:14:43 +01:00
|
|
|
"group": "homepage"
|
2023-07-10 04:58:34 +01:00
|
|
|
},
|
2023-09-19 11:49:41 +01:00
|
|
|
"background_image": {
|
2023-07-10 08:09:26 +01:00
|
|
|
"type": "boolean",
|
2023-09-20 06:50:38 +01:00
|
|
|
"default": true,
|
2023-09-19 11:49:41 +01:00
|
|
|
"description": "Use the publication cover set on the Brand tab as your background",
|
2023-08-22 03:01:56 +01:00
|
|
|
"group": "homepage",
|
|
|
|
"visibility": "header_style:[Landing, Search]"
|
2023-07-10 08:09:26 +01:00
|
|
|
},
|
2023-09-18 10:50:05 +01:00
|
|
|
"show_featured_posts": {
|
2023-07-10 06:31:23 +01:00
|
|
|
"type": "boolean",
|
2023-09-11 08:16:34 +01:00
|
|
|
"default": false,
|
2023-08-22 03:01:56 +01:00
|
|
|
"group": "homepage",
|
|
|
|
"visibility": "header_style:[Highlight, Magazine]"
|
2023-07-10 06:31:23 +01:00
|
|
|
},
|
2023-08-14 02:10:22 +01:00
|
|
|
"post_feed_style": {
|
2023-07-10 04:58:34 +01:00
|
|
|
"type": "select",
|
|
|
|
"options": [
|
2023-08-14 02:10:22 +01:00
|
|
|
"List",
|
|
|
|
"Grid"
|
2023-07-10 04:58:34 +01:00
|
|
|
],
|
2023-08-03 06:42:16 +01:00
|
|
|
"default": "List",
|
2023-07-10 04:58:34 +01:00
|
|
|
"group": "homepage"
|
2023-07-10 05:17:54 +01:00
|
|
|
},
|
2023-08-14 02:10:22 +01:00
|
|
|
"show_images_in_feed": {
|
2023-07-10 07:03:07 +01:00
|
|
|
"type": "boolean",
|
2023-08-14 02:10:22 +01:00
|
|
|
"default": true,
|
2023-08-22 03:01:56 +01:00
|
|
|
"group": "homepage",
|
2023-08-22 09:19:16 +01:00
|
|
|
"visibility": "post_feed_style:List"
|
2023-07-10 07:03:07 +01:00
|
|
|
},
|
|
|
|
"show_author": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
|
|
|
"group": "homepage"
|
|
|
|
},
|
2023-08-24 13:26:18 +01:00
|
|
|
"show_publish_date": {
|
2023-07-10 07:03:07 +01:00
|
|
|
"type": "boolean",
|
|
|
|
"default": true,
|
|
|
|
"group": "homepage"
|
|
|
|
},
|
2023-09-18 10:50:05 +01:00
|
|
|
"show_publication_info_sidebar": {
|
2023-07-10 05:17:54 +01:00
|
|
|
"type": "boolean",
|
2023-08-03 06:42:16 +01:00
|
|
|
"default": false,
|
2023-07-10 05:17:54 +01:00
|
|
|
"group": "homepage"
|
2023-07-05 13:43:09 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"renovate": {
|
|
|
|
"extends": [
|
|
|
|
"@tryghost:theme"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|