summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-06-25 13:30:08 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-06-25 13:30:08 -0700
commit14d96456e0ffaf7df85c36cea7b4359baa48866f (patch)
treeab46e2d0e9286a7091f243d8a32b0f8cd918017b /Gemfile
parentReplace pygments with rouge. (diff)
downloadlumberjaph-14d96456e0ffaf7df85c36cea7b4359baa48866f.tar.gz
Use kramdown for the markdown parser.
This is the only parser supported by GitHub Pages.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 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'