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: ""