mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-12-23 03:57:38 +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"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"posts_per_page": 5
|
||||
},
|
||||
"keywords": [
|
||||
"ghost",
|
||||
"theme"
|
||||
|
Loading…
Reference in New Issue
Block a user