Skip to content

Commit 8b70326

Browse files
committed
Added more plugins
1 parent 146ecee commit 8b70326

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

Gemfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@ gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
66
#gem "just-the-docs", "0.10.1" # pinned to the current release
77
gem "just-the-docs" # always download the latest release
88

9-
# For generating a site map
10-
gem 'jekyll-sitemap'
9+
# If you have any plugins, put them here!
10+
group :jekyll_plugins do
11+
gem "jekyll-feed", "~> 0.17"
12+
gem 'jekyll-commonmark-ghpages'
13+
gem 'jekyll-sitemap'
14+
end

0 commit comments

Comments
 (0)