From 74a26aea0728ce67ce3f4ede12b993a1ce297163 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 16 Mar 2015 09:50:15 +0000 Subject: [PATCH] Disable posts temporarily --- app/config/sculpin_kernel.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml index 7b139fab..24b40511 100644 --- a/app/config/sculpin_kernel.yml +++ b/app/config/sculpin_kernel.yml @@ -1,2 +1,5 @@ sculpin: - permalink: pretty \ No newline at end of file + permalink: pretty +sculpin_content_types: + posts: + enabled: false \ No newline at end of file