From 52f911964577623b2091d306957397ef3b8ccf2d Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sat, 21 Jun 2014 10:34:55 -0500 Subject: Initial update to be compatible with Jekyll 2 --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index e51e7c38..2a7a8a7e 100644 --- a/_config.yml +++ b/_config.yml @@ -39,10 +39,10 @@ rdiscount: - autolink - footnotes - smart -pygments: false # default python pygments have been replaced by pygments.rb +highlighter: pygments # default python pygments have been replaced by pygments.rb paginate: 10 # Posts per page on the blog index -pagination_dir: blog # Directory base for pagination URLs eg. /blog/page/2/ +paginate_path: "posts/:num" # 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 -- cgit v1.2.1