From 7a9dc153857272bb908ac0b3307a6fc13ed2ec94 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 1 Mar 2025 22:15:39 +0000 Subject: [PATCH] Add an examples content type --- app/config/sculpin_kernel.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml index 8d3b2b3..83b8dcf 100644 --- a/app/config/sculpin_kernel.yml +++ b/app/config/sculpin_kernel.yml @@ -1,3 +1,6 @@ sculpin_content_types: - posts: - enabled: false + examples: + permalink: /:basename/ + layout: base + posts: + enabled: false