summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-06-25 13:30:08 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-06-25 13:30:08 -0700
commit14d96456e0ffaf7df85c36cea7b4359baa48866f (patch)
treeab46e2d0e9286a7091f243d8a32b0f8cd918017b /_config.yml
parentReplace pygments with rouge. (diff)
downloadlumberjaph-14d96456e0ffaf7df85c36cea7b4359baa48866f.tar.gz
Use kramdown for the markdown parser.
This is the only parser supported by GitHub Pages.
Diffstat (limited to '')
-rw-r--r--_config.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/_config.yml b/_config.yml
index e933420..f475de3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,15 +1,8 @@
permalink: /:title/
highlighter: rouge
-markdown: redcarpet
+markdown: kramdown
name: lumberjaph.net
future: false
-redcarpet:
- extensions:
- - no_intra_emphasis
- - fenced_code_blocks
- - autolink
- - strikethrough
- - superscript
exclude:
- CNAME
- vendor