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:
Katharina Irrgang 2017-06-01 08:10:23 +02:00 committed by Aileen Nowak
parent 5487b4da8d
commit be6b9750d9

View File

@ -23,6 +23,9 @@
"Personal Blogs" "Personal Blogs"
] ]
}, },
"config": {
"posts_per_page": 5
},
"keywords": [ "keywords": [
"ghost", "ghost",
"theme" "theme"