aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2014-06-21 13:55:43 -0500
committerBrandon Mathis <brandon@imathis.com>2014-06-21 13:55:43 -0500
commit72ea6042e33f0b92e4923c3af00e923f19472573 (patch)
tree9d2fb6c30bc8463a8553f4c1962d9b3295e96559 /_config.yml
parent695fe922a9c25d3f41fddccf9d2e4ba2fc02ef52 (diff)
parent06c04397053e46fe02fcecce589a2de76d21e160 (diff)
downloadmy_new_personal_website-72ea6042e33f0b92e4923c3af00e923f19472573.tar.xz
my_new_personal_website-72ea6042e33f0b92e4923c3af00e923f19472573.zip
Merge pull request #1589 from imathis/jekyll-2
Jekyll 2.0 compatability
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml4
1 files changed, 2 insertions, 2 deletions
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 &rarr;" # "Continue reading" link text at the bottom of excerpted articles