We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69be351 commit d78670fCopy full SHA for d78670f
Gemfile
@@ -1,3 +1,2 @@
1
source 'https://rubygems.org'
2
gem 'github-pages'
3
-gem 'redcarpet'
Gemfile.lock
@@ -175,7 +175,6 @@ GEM
175
rb-fsevent (0.9.8)
176
rb-inotify (0.9.8)
177
ffi (>= 0.5.0)
178
- redcarpet (2.3.0)
179
rouge (1.11.1)
180
safe_yaml (1.0.4)
181
sass (3.4.23)
@@ -196,7 +195,6 @@ PLATFORMS
196
195
197
DEPENDENCIES
198
github-pages
199
- redcarpet
200
201
BUNDLED WITH
202
1.14.6
_config.yml
@@ -1,3 +1,4 @@
name: ChangeSprout Inc.
markdown: kramdown
highlighter: rouge
4
+exclude: ['README.md', 'Gemfile.lock', 'Gemfile']
0 commit comments