mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-10-31 18:36:31 +00:00
be6b9750d9
refs https://github.com/TryGhost/Ghost/issues/8131, refs https://github.com/TryGhost/gscan/issues/40 - we would like to show a recommendation for theme validation - this recommendation could look like "package.json `config.posts_per_page` is recommended. Default is 5`
40 lines
1010 B
JSON
40 lines
1010 B
JSON
{
|
|
"name": "casper",
|
|
"description": "The default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
|
|
"demo": "https://demo.ghost.io",
|
|
"version": "1.3.6",
|
|
"engines": {
|
|
"ghost": ">=0.9.0 <1.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"screenshots": {
|
|
"desktop": "assets/screenshot-desktop.jpg",
|
|
"mobile": "assets/screenshot-mobile.jpg"
|
|
},
|
|
"author": {
|
|
"name": "Ghost Foundation",
|
|
"email": "hello@ghost.org",
|
|
"url": "https://ghost.org"
|
|
},
|
|
"gpm": {
|
|
"type": "theme",
|
|
"categories": [
|
|
"Minimal",
|
|
"Personal Blogs"
|
|
]
|
|
},
|
|
"config": {
|
|
"posts_per_page": 5
|
|
},
|
|
"keywords": [
|
|
"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"
|
|
}
|