From cbf175568d01840a4586ebd8fa32dc2172f40ad1 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 24 Nov 2013 00:19:19 +0100 Subject: [PATCH] structure _config --- _config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/_config.yml b/_config.yml index b55ff247..05c40fa6 100644 --- a/_config.yml +++ b/_config.yml @@ -1,21 +1,41 @@ + +# Basics +# -------------------- + name: kremalicious description: 'Blog of designer & developer Matthias Kretschmann' url: http://kremalicious.com author: Matthias Kretschmann + +# Urls +# -------------------- + permalink: /post/:title relative_permalinks: true paginate: 10 paginate_path: "/page/:num" + +# Content Parsing +# -------------------- + markdown: redcarpet pygments: true + +# Generator +# -------------------- + source: ./_src destination: ./_site exclude: ['design', 'node_modules', 'less'] keep_files: ['media', 'gen'] + +# jekyll-picture-tag +# -------------------- + picture: source: "_media" output: "media/gen"