Skip to content

Commit 97642b4

Browse files
Merge pull request #8 from scottmathson/feature/add-gemfile
Feature/add gemfile
2 parents edf8673 + 166491f commit 97642b4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Gemfile

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'jekyll'
4+
5+
group :jekyll_plugins do
6+
gem "jekyll-paginate"
7+
gem "jekyll-feed"
8+
gem "jekyll-sitemap"
9+
end

_config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ paginate_path: /page:num/
3939

4040
# Build settings
4141
markdown: kramdown
42-
gems:
42+
43+
plugins:
4344
- jekyll-paginate
4445
- jekyll-feed
4546
- jekyll-sitemap

0 commit comments

Comments
 (0)