From dabef389590964136f32c8eee8e4a19f6fb4378d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 4 Oct 2013 14:13:34 +0200 Subject: [PATCH] fix pagination and categories --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 5df8305..b03aa3a 100644 --- a/_config.yml +++ b/_config.yml @@ -32,7 +32,7 @@ source: source destination: public plugins: plugins code_dir: downloads/code -category_dir: blog/categories +category_dir: categories markdown: rdiscount rdiscount: extensions: @@ -41,9 +41,9 @@ rdiscount: - smart highlighter: pygments # default python pygments have been replaced by pygments.rb -paginate: 10 # Posts per page on the blog index -paginate_path: "posts/:num" # Directory base for pagination URLs eg. /posts/2/ -recent_posts: 5 # Posts in the sidebar Recent Posts section +paginate: 10 # Posts per page on the blog index +pagination_dir: # Directory base for pagination URLs eg. /blog/page/2/ +recent_posts: 5 # Posts in the sidebar Recent Posts section excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles excerpt_separator: ""