mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-12-23 12:07:40 +00:00
✨ add default posts per page to package.json (#309)
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`
This commit is contained in:
parent
5487b4da8d
commit
be6b9750d9
@ -23,6 +23,9 @@
|
|||||||
"Personal Blogs"
|
"Personal Blogs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"config": {
|
||||||
|
"posts_per_page": 5
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ghost",
|
"ghost",
|
||||||
"theme"
|
"theme"
|
||||||
|
Loading…
Reference in New Issue
Block a user