1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-23 01:30:01 +01:00

switch to rogue highlighter

This commit is contained in:
Matthias Kretschmann 2014-08-10 00:02:31 +02:00
parent af60ae07cc
commit 748d6cd448
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ source "https://rubygems.org"
gem 'jekyll'
gem 'jekyll-sitemap'
gem 'jekyll-timeago'
gem 'rouge'
gem 'mini_magick'
gem 'fileutils'

View File

@ -33,6 +33,7 @@ category_title_prefix: ""
future: false
markdown: redcarpet
highlighter: rouge
redcarpet:
extensions: ['autolink', 'smart', 'hard_wrap']
@ -43,7 +44,7 @@ redcarpet:
source: ./_src
destination: ./_site
exclude: ['styl', 'app.js']
exclude: ['assets/styl', 'app.js']
keep_files: ['media', 'gen']