124 lines
3.6 KiB
JSON
124 lines
3.6 KiB
JSON
{
|
|
"name": "weflock",
|
|
"description": "Snipette theme with Analog vibes, derived from Casper",
|
|
"demo": "https://snipettemag.com",
|
|
"version": "1.3.0",
|
|
"engines": {
|
|
"ghost": ">=4.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"screenshots": {
|
|
"desktop": "assets/screenshot-desktop.jpg",
|
|
"mobile": "assets/screenshot-mobile.jpg"
|
|
},
|
|
"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/Casper.git"
|
|
},
|
|
"bugs": "https://github.com/TryGhost/Casper/issues",
|
|
"contributors": "https://github.com/TryGhost/Casper/graphs/contributors",
|
|
"devDependencies": {
|
|
"@tryghost/release-utils": "0.6.12",
|
|
"autoprefixer": "10.2.5",
|
|
"beeper": "2.1.0",
|
|
"cssnano": "4.1.10",
|
|
"gscan": "4.0.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-concat": "2.6.1",
|
|
"gulp-livereload": "4.0.2",
|
|
"gulp-postcss": "9.0.0",
|
|
"gulp-uglify": "3.0.2",
|
|
"gulp-zip": "5.1.0",
|
|
"inquirer": "8.0.0",
|
|
"postcss": "8.2.8",
|
|
"postcss-color-mod-function": "3.0.3",
|
|
"postcss-easy-import": "3.0.0",
|
|
"pump": "3.0.0"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
],
|
|
"config": {
|
|
"posts_per_page": 25,
|
|
"image_sizes": {
|
|
"xxs": {
|
|
"width": 30
|
|
},
|
|
"xs": {
|
|
"width": 100
|
|
},
|
|
"s": {
|
|
"width": 300
|
|
},
|
|
"m": {
|
|
"width": 600
|
|
},
|
|
"l": {
|
|
"width": 1000
|
|
},
|
|
"xl": {
|
|
"width": 2000
|
|
}
|
|
},
|
|
"custom": {
|
|
"mastodon_url": {
|
|
"type": "text",
|
|
"default": ""
|
|
},
|
|
"instagram_url": {
|
|
"type": "text",
|
|
"default": ""
|
|
},
|
|
"babbler_url": {
|
|
"type": "text",
|
|
"default": "/article",
|
|
"description": "Prefix (without the trailing slash) where your Markov babbler or other bot honeypot is set up, so we can redirect bad bots there. Make sure to update this in robots.txt though, so as not to trap the good bots! (Currently, /article and /api are automatically added, but it's recommended to set your own if you're okay customising the theme or otherwise overriding robots.txt manually)"
|
|
},
|
|
"enter_tag_slugs": {
|
|
"type": "text",
|
|
"group": "homepage"
|
|
},
|
|
"search_bar_text": {
|
|
"type": "text",
|
|
"group": "homepage"
|
|
},
|
|
"subscribe_cta_text": {
|
|
"type": "text",
|
|
"group": "homepage"
|
|
}
|
|
}
|
|
},
|
|
"renovate": {
|
|
"extends": [
|
|
"@tryghost:theme"
|
|
]
|
|
},
|
|
"dependencies": {}
|
|
}
|