Skip to content

Commit 68f35b5

Browse files
committed
added plugins
1 parent 3d2c158 commit 68f35b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Gemfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ gem "minima", "~> 2.5"
1515
# gem "github-pages", group: :jekyll_plugins
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
18-
gem "jekyll-feed", "~> 0.12"
18+
gem "jekyll-feed", "~> 0.12"
19+
gem "jekyll-seo-tag"
20+
gem "jekyll-sitemap"
1921
end
2022

2123
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ GEM
3535
sassc (> 2.0.1, < 3.0)
3636
jekyll-seo-tag (2.6.1)
3737
jekyll (>= 3.3, < 5.0)
38+
jekyll-sitemap (1.3.1)
39+
jekyll (>= 3.7, < 5.0)
3840
jekyll-watch (2.2.1)
3941
listen (~> 3.0)
4042
kramdown (2.1.0)
@@ -75,6 +77,8 @@ PLATFORMS
7577
DEPENDENCIES
7678
jekyll (~> 4.0.0)
7779
jekyll-feed (~> 0.12)
80+
jekyll-seo-tag
81+
jekyll-sitemap
7882
minima (~> 2.5)
7983
tzinfo (~> 1.2)
8084
tzinfo-data

0 commit comments

Comments
 (0)