Skip to content

Commit d99caaa

Browse files
author
Michael Atambo
committed
test II
1 parent e188dfd commit d99caaa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

mmg_website/Gemfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ source "https://rubygems.org"
1010
gem "jekyll", "~> 4.3.4"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
# gem "minima", "~> 2.5"
13-
#gem "jekyll-theme-yat"
13+
#gem "jekyll-theme-yat"
1414

1515
gem "jekyll-remote-theme", group: :jekyll_plugins
16+
1617
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1718
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18-
# gem "github-pages", group: :jekyll_plugins
19+
#gem "github-pages", group: :jekyll_plugins
1920
# If you have any plugins, put them here!
20-
#group :jekyll_plugins do
21-
# gem "jekyll-feed", "~> 0.12"
22-
#end
21+
group :jekyll_plugins do
22+
gem "jekyll-feed", "~> 0.12"
23+
end
2324

2425
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2526
# and associated library.

0 commit comments

Comments
 (0)