Skip to content

Commit 528ab70

Browse files
Define all of our Gems
1 parent 1579934 commit 528ab70

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
source 'https://rubygems.org'
22
gem 'jekyll'
3-
gem 'kramdown'
3+
gem 'kramdown'
4+
gem 'rouge'
5+
gem 'jekyll-paginate'

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ safe: true
22
lsi: false
33
highlighter: rouge
44
markdown: kramdown
5+
gems: [jekyll-paginate]
56
url: http://wp-cli.org
67
permalink: /blog/:title.html
78
paginate: 10

0 commit comments

Comments
 (0)