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:
parent
af60ae07cc
commit
748d6cd448
1
Gemfile
1
Gemfile
@ -5,6 +5,7 @@ source "https://rubygems.org"
|
||||
gem 'jekyll'
|
||||
gem 'jekyll-sitemap'
|
||||
gem 'jekyll-timeago'
|
||||
gem 'rouge'
|
||||
gem 'mini_magick'
|
||||
gem 'fileutils'
|
||||
|
||||
|
@ -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']
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user