fix pagination and categories

This commit is contained in:
Jörg Thalheim 2013-10-04 14:13:34 +02:00
parent d187d55a7e
commit dabef38959
1 changed files with 4 additions and 4 deletions

View File

@ -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: "<!--more-->"