Skip to content

Commit 62f5b1d

Browse files
authored
Merge pull request #16 from ZanderBrown/patch-2
Fix #13
2 parents 53c3a91 + 99cbd5f commit 62f5b1d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ source "https://rubygems.org"
22

33
gem "jekyll", "~> 3.1"
44
gem "jekyll-sitemap"
5-
gem "pygments.rb"

_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"]
6-
highlighter: pygments
6+
highlighter: rouge
77

88
# Themes are encouraged to use these universal variables
99
# so be sure to set them if your theme uses them.

0 commit comments

Comments
 (0)