From 146a5b7050e26b4531724231b84290741fb30354 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Mon, 8 Aug 2016 19:50:53 +0100 Subject: [PATCH] Move back from rdiscount to kramdown --- Gemfile | 6 ++---- _config.yml | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 393825d..5672305 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,7 @@ source 'https://rubygems.org' +gem 'jekyll' gem 'jekyll-paginate' gem 'kramdown' -gem 'redcarpet' gem 'rouge' -gem 'pygments.rb' gem 'text-hyphen' -gem 'nokogiri' -gem 'rdiscount' \ No newline at end of file +gem 'nokogiri' \ No newline at end of file diff --git a/_config.yml b/_config.yml index 8f80816..28edc04 100644 --- a/_config.yml +++ b/_config.yml @@ -36,15 +36,13 @@ defaults: # other gems: [jekyll-paginate] -markdown: rdiscount +markdown: kramdown excerpt_separator: photo_sizes: - [1920, 1080] - [640, 0] - [200, 200] - [96, 96] -rdiscount: - extensions: [smart] exclude: - LICENSE - README \ No newline at end of file