Skip to content

Commit 09f770e

Browse files
committed
Add missing dependency and update deprecated config
1 parent f270a43 commit 09f770e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
#
1616
source 'https://rubygems.org'
1717
gem 'github-pages'
18+
gem 'redcarpet'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ GEM
114114
rb-fsevent (0.9.7)
115115
rb-inotify (0.9.7)
116116
ffi (>= 0.5.0)
117+
redcarpet (3.3.3)
117118
rouge (1.11.1)
118119
safe_yaml (1.0.4)
119120
sass (3.4.22)
@@ -134,6 +135,7 @@ PLATFORMS
134135

135136
DEPENDENCIES
136137
github-pages
138+
redcarpet
137139

138140
BUNDLED WITH
139141
1.11.2

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
permalink: /:categories/:year/:month/:day/:title
44

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

0 commit comments

Comments
 (0)