Skip to content

Commit

Permalink
✨ add default posts per page to package.json (#309)
Browse files Browse the repository at this point in the history
refs TryGhost/Ghost#8131, refs TryGhost/gscan#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`
  • Loading branch information
kirrg001 authored and aileen committed Jun 1, 2017
1 parent 5487b4d commit be6b975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"Personal Blogs"
]
},
"config": {
"posts_per_page": 5
},
"keywords": [
"ghost",
"theme"
Expand Down

0 comments on commit be6b975

Please sign in to comment.