fix pagination and categories
This commit is contained in:
parent
d187d55a7e
commit
dabef38959
@ -32,7 +32,7 @@ source: source
|
|||||||
destination: public
|
destination: public
|
||||||
plugins: plugins
|
plugins: plugins
|
||||||
code_dir: downloads/code
|
code_dir: downloads/code
|
||||||
category_dir: blog/categories
|
category_dir: categories
|
||||||
markdown: rdiscount
|
markdown: rdiscount
|
||||||
rdiscount:
|
rdiscount:
|
||||||
extensions:
|
extensions:
|
||||||
@ -42,7 +42,7 @@ rdiscount:
|
|||||||
highlighter: pygments # 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
|
paginate: 10 # Posts per page on the blog index
|
||||||
paginate_path: "posts/:num" # Directory base for pagination URLs eg. /posts/2/
|
pagination_dir: # Directory base for pagination URLs eg. /blog/page/2/
|
||||||
recent_posts: 5 # Posts in the sidebar Recent Posts section
|
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_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles
|
||||||
excerpt_separator: "<!--more-->"
|
excerpt_separator: "<!--more-->"
|
||||||
|
Loading…
Reference in New Issue
Block a user