Files
Ghost-Theme-Source/package.json
Dave Jansen 851cc4e814 Squashed commit of the following:
commit 2cfe4e2016
Author: Sodbileg Gansukh <sodbileg.gansukh@gmail.com>
Date:   Wed Mar 13 17:11:42 2024 +0800

    v1.2.1

commit 3b99c9e881
Author: Sodbileg Gansukh <sodbileg.gansukh@gmail.com>
Date:   Wed Mar 13 17:09:19 2024 +0800

    Fixed white background issue on accent color navigation

    fixes DES-173

commit 0beef28a44
Author: Sanne de Vries <65487235+sanne-san@users.noreply.github.com>
Date:   Wed Mar 13 08:37:06 2024 +0100

    Updated default button card styles to support multiline buttons (#43)

    * Updated default button card styles to support multiline buttons

    Ref DES-160

    * Center-aligned button text

commit 652105318e
Author: Sodbileg Gansukh <sodbileg.gansukh@gmail.com>
Date:   Mon Mar 4 14:06:06 2024 +0800

    v1.2.0

commit 6e29abe79a
Author: Peter Zimon <peter.zimon@gmail.com>
Date:   Mon Feb 26 10:46:07 2024 +0100

    Various design improvements (#42)

    There are a couple of minor improvements which customers solve at the moment with various hacks and should be part of the theme instead.

    * Removed max-width from card excerpt

    * Updated custom theme settings

    - Added show/hide "Read more" section in posts
    - Added drop-cap option for posts
    - Added show/hide metadata for posts

    * Added lock icon for members-only posts on list

    * Updated excerpt logic to work with access levels

    * Fixing missing id's for input fields

    * Updated secondary color contrast

commit dc3e6cb539
Author: Sodbileg Gansukh <sodbileg.gansukh@gmail.com>
Date:   Tue Jan 23 13:04:26 2024 +0700

    Improved accessibility

    refs #37

commit a2846beab2
Author: Sodbileg Gansukh <sodbileg.gansukh@gmail.com>
Date:   Mon Jan 22 15:04:29 2024 +0700

    Added better styling to pre and code elements

    closes #11, #21

commit ebc4792154
Author: Sodbileg Gansukh <sodbileg.gansukh@gmail.com>
Date:   Wed Jan 3 16:17:55 2024 +0700

    Improved HTML table rendering

    fixes #17

commit c060944364
Author: Sodbileg Gansukh <sodbileg.gansukh@gmail.com>
Date:   Wed Jan 3 12:20:49 2024 +0700

    Fixed mobile scrolling issues

    fixes #12

    - added background color to the mobile menu actions
    - disabled root scrolling when the mobile menu is opened which fixes the duplicate scrolling issue

commit d046267a3a
Author: Sodbileg Gansukh <sodbileg.gansukh@gmail.com>
Date:   Wed Jan 3 11:39:09 2024 +0700

    Improved typography hierarchy
2024-08-06 09:10:06 +09:00

219 lines
6.5 KiB
JSON

{
"name": "source-davejansen",
"description": "A default theme for the Ghost publishing platform",
"demo": "https://source.ghost.io",
"version": "1.3.2",
"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",
"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",
"autoprefixer": "10.4.7",
"beeper": "2.1.0",
"cssnano": "^6.0.2",
"gscan": "4.39.4",
"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.4.32",
"postcss-easy-import": "^4.0.0",
"pump": "3.0.0"
},
"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"
]
},
"dependencies": {}
}