Skip to content

Commit

Permalink
Add missing dependency and update deprecated config
Browse files Browse the repository at this point in the history
  • Loading branch information
bzz committed Sep 7, 2016
1 parent f270a43 commit 09f770e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
#
source 'https://rubygems.org'
gem 'github-pages'
gem 'redcarpet'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ GEM
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
redcarpet (3.3.3)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.22)
Expand All @@ -134,6 +135,7 @@ PLATFORMS

DEPENDENCIES
github-pages
redcarpet

BUNDLED WITH
1.11.2
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
permalink: /:categories/:year/:month/:day/:title

exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "vendor", "node_modules", "scss"]
pygments: true
highlighter: true
markdown: redcarpet
encoding: utf-8

Expand Down

0 comments on commit 09f770e

Please sign in to comment.