1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00

Switch to kramdown and rouge.

This commit is contained in:
Markus Birth 2016-02-12 01:49:14 +01:00
parent bb938c5e22
commit deffc348e4

View File

@ -12,8 +12,8 @@ markdown: kramdown
markdown_ext: markdown,mkdown,mkdn,mkd,md markdown_ext: markdown,mkdown,mkdn,mkd,md
#permalink: pretty #permalink: pretty
# TODO: using rouge via kramdown when GitHub supports it # This is for {% highlight %} blocks
highlighter: pygments highlighter: rouge
safe: true safe: true
lsi: false lsi: false
@ -26,6 +26,7 @@ github:
project_tagline: "Experimental Wiki with Jekyll" project_tagline: "Experimental Wiki with Jekyll"
gems: gems:
- kramdown
- jemoji - jemoji
- jekyll-sitemap - jekyll-sitemap
- jekyll-redirect-from - jekyll-redirect-from
@ -36,6 +37,7 @@ redcarpet:
kramdown: kramdown:
input: GFM input: GFM
hard_wrap: false hard_wrap: false
# This is for fenced code blocks: ~~~
syntax_highlighter: rouge syntax_highlighter: rouge
defaults: defaults: