summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorJosé Mota <jose@josemota.net>2016-03-29 17:57:21 +0100
committerJosé Mota <jose@josemota.net>2016-03-29 17:57:21 +0100
commit826ba8152fd937c6574fe8e130dbddab985c2e73 (patch)
tree377828944d9251a440ab616e135993c11ba3e8d6 /_config.yml
parent0eb4a82a21e489702c53cee882ad2cb0c30a4a0e (diff)
Update to Jekyll 3.
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index 6c8e3c5..9e6fd31 100644
--- a/_config.yml
+++ b/_config.yml
@@ -8,7 +8,7 @@ title: José Mota &mdash; The blog
source: .
destination: ./_site
-plugins: ./_plugins
+plugins_dir: ./_plugins
paginate: 15
future: true
@@ -32,7 +32,7 @@ kramdown:
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
- use_coderay: false
+ enable_coderay: false
coderay:
coderay_wrap: div
@@ -45,3 +45,4 @@ kramdown:
gems:
- bootstrap-sass
- font-awesome-sass
+- jekyll-paginate