From be6b9750d99f59989060ac4c7ef30a254ecb8d01 Mon Sep 17 00:00:00 2001
From: Katharina Irrgang <katharina.irrgang@googlemail.com>
Date: Thu, 1 Jun 2017 08:10:23 +0200
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=20add=20default=20posts=20per=20pa?=
 =?UTF-8?q?ge=20to=20package.json=20(#309)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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`
---
 package.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package.json b/package.json
index 5791615..de97693 100644
--- a/package.json
+++ b/package.json
@@ -23,6 +23,9 @@
             "Personal Blogs"
         ]
     },
+    "config": {
+        "posts_per_page": 5
+    },
     "keywords": [
         "ghost",
         "theme"