Buckets:
| { | |
| "name": "source", | |
| "description": "A default theme for the Ghost publishing platform", | |
| "demo": "https://source.ghost.io", | |
| "version": "1.6.1", | |
| "engines": { | |
| "ghost": ">=5.0.0", | |
| "node": ">=22.12.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", | |
| "url": "https://github.com/TryGhost/Source.git" | |
| }, | |
| "bugs": "https://github.com/TryGhost/Source/issues", | |
| "contributors": "https://github.com/TryGhost/Source/graphs/contributors", | |
| "devDependencies": { | |
| "@tryghost/release-utils": "0.8.1", | |
| "@tryghost/theme-translations": "~0.0.16", | |
| "autoprefixer": "10.4.24", | |
| "beeper": "2.1.0", | |
| "cssnano": "7.1.2", | |
| "gscan": "5.2.4", | |
| "gulp": "5.0.1", | |
| "gulp-concat": "2.6.1", | |
| "gulp-livereload": "4.0.2", | |
| "gulp-postcss": "10.0.0", | |
| "gulp-uglify": "3.0.2", | |
| "gulp-zip": "6.1.0", | |
| "inquirer": "13.2.2", | |
| "postcss": "8.5.6", | |
| "postcss-easy-import": "4.0.0", | |
| "pump": "3.0.3" | |
| }, | |
| "browserslist": [ | |
| "defaults" | |
| ], | |
| "config": { | |
| "posts_per_page": 12, | |
| "image_sizes": { | |
| "xs": { | |
| "width": 160 | |
| }, | |
| "s": { | |
| "width": 320 | |
| }, | |
| "m": { | |
| "width": 600 | |
| }, | |
| "l": { | |
| "width": 960 | |
| }, | |
| "xl": { | |
| "width": 1200 | |
| }, | |
| "xxl": { | |
| "width": 2000 | |
| } | |
| }, | |
| "card_assets": true, | |
| "custom": { | |
| "navigation_layout": { | |
| "type": "select", | |
| "options": [ | |
| "Logo in the middle", | |
| "Logo on the left", | |
| "Stacked" | |
| ], | |
| "default": "Logo in the middle" | |
| }, | |
| "site_background_color": { | |
| "type": "color", | |
| "default": "#ffffff" | |
| }, | |
| "header_and_footer_color": { | |
| "type": "select", | |
| "options": [ | |
| "Background color", | |
| "Accent color" | |
| ], | |
| "default": "Background color" | |
| }, | |
| "title_font": { | |
| "type": "select", | |
| "options": [ | |
| "Modern sans-serif", | |
| "Elegant serif", | |
| "Consistent mono" | |
| ], | |
| "default": "Modern sans-serif" | |
| }, | |
| "body_font": { | |
| "type": "select", | |
| "options": [ | |
| "Modern sans-serif", | |
| "Elegant serif" | |
| ], | |
| "default": "Modern sans-serif" | |
| }, | |
| "signup_heading": { | |
| "type": "text", | |
| "description": "Used in your footer across your theme, defaults to site title when empty" | |
| }, | |
| "signup_subheading": { | |
| "type": "text", | |
| "description": "Defaults to site description when empty" | |
| }, | |
| "header_style": { | |
| "type": "select", | |
| "options": [ | |
| "Landing", | |
| "Highlight", | |
| "Magazine", | |
| "Search", | |
| "Off" | |
| ], | |
| "description": "Landing is recommended for all sites, Highlight & Magazine for those with more content", | |
| "default": "Landing", | |
| "group": "homepage" | |
| }, | |
| "header_text": { | |
| "type": "text", | |
| "group": "homepage", | |
| "description": "Defaults to site description when empty", | |
| "visibility": "header_style:[Landing, Search]" | |
| }, | |
| "background_image": { | |
| "type": "boolean", | |
| "default": true, | |
| "description": "Use the publication cover set on the Brand tab as your background", | |
| "group": "homepage", | |
| "visibility": "header_style:[Landing, Search]" | |
| }, | |
| "show_featured_posts": { | |
| "type": "boolean", | |
| "default": false, | |
| "group": "homepage", | |
| "visibility": "header_style:[Highlight, Magazine]" | |
| }, | |
| "post_feed_style": { | |
| "type": "select", | |
| "options": [ | |
| "List", | |
| "Grid" | |
| ], | |
| "default": "List", | |
| "group": "homepage" | |
| }, | |
| "show_images_in_feed": { | |
| "type": "boolean", | |
| "default": true, | |
| "group": "homepage", | |
| "visibility": "post_feed_style:List" | |
| }, | |
| "show_author": { | |
| "type": "boolean", | |
| "default": true, | |
| "group": "homepage" | |
| }, | |
| "show_publish_date": { | |
| "type": "boolean", | |
| "default": true, | |
| "group": "homepage" | |
| }, | |
| "show_publication_info_sidebar": { | |
| "type": "boolean", | |
| "default": false, | |
| "group": "homepage" | |
| }, | |
| "show_post_metadata": { | |
| "type": "boolean", | |
| "default": true, | |
| "group": "post" | |
| }, | |
| "enable_drop_caps_on_posts": { | |
| "type": "boolean", | |
| "default": false, | |
| "group": "post" | |
| }, | |
| "show_related_articles": { | |
| "type": "boolean", | |
| "default": true, | |
| "group": "post" | |
| } | |
| } | |
| }, | |
| "renovate": { | |
| "extends": [ | |
| "@tryghost:theme", | |
| "github>TryGhost/Themes:packages/theme-translations/renovate-config" | |
| ] | |
| } | |
| } | |
Xet Storage Details
- Size:
- 6.81 kB
- Xet hash:
- bbc90144061278ceb06c406efbb444bbd337b161823389aa232bbd9146dc9f11
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.