summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock5
-rw-r--r--_config.yml9
3 files changed, 4 insertions, 13 deletions
diff --git a/Gemfile b/Gemfile
index 036220e..8e5535f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,5 @@
source 'https://rubygems.org'
gem 'jekyll'
-gem 'RedCloth'
-gem 'redcarpet'
gem 'html-proofer'
gem 'rouge'
+gem 'kramdown'
diff --git a/Gemfile.lock b/Gemfile.lock
index 5aad762..5a20680 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,6 @@
GEM
remote: https://rubygems.org/
specs:
- RedCloth (4.2.9)
activesupport (4.2.5)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
@@ -42,6 +41,7 @@ GEM
redcarpet (~> 2.3.0)
safe_yaml (~> 0.7.0)
json (1.8.3)
+ kramdown (1.11.1)
liquid (2.5.3)
maruku (0.7.0)
mercenary (0.3.5)
@@ -69,8 +69,7 @@ PLATFORMS
ruby
DEPENDENCIES
- RedCloth
html-proofer
jekyll
- redcarpet
+ kramdown
rouge
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