Skip to content

Commit 7167a52

Browse files
committed
build: add Jekyll SEO and sitemap plugins
1 parent 97d1616 commit 7167a52

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ gem 'ostruct'
1616
gem 'rubocop'
1717

1818
group :jekyll_plugins do
19-
# Install Jekyll plugins here
19+
gem 'jekyll-seo-tag'
20+
gem 'jekyll-sitemap'
2021
end
2122

2223
platforms :mingw, :x64_mingw, :mswin, :jruby do

Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ GEM
4343
webrick (~> 1.7)
4444
jekyll-sass-converter (3.1.0)
4545
sass-embedded (~> 1.75)
46+
jekyll-seo-tag (2.8.0)
47+
jekyll (>= 3.8, < 5.0)
48+
jekyll-sitemap (1.4.0)
49+
jekyll (>= 3.7, < 5.0)
4650
jekyll-watch (2.2.1)
4751
listen (~> 3.0)
4852
json (2.15.0)
@@ -114,6 +118,8 @@ DEPENDENCIES
114118
bigdecimal
115119
csv
116120
jekyll
121+
jekyll-seo-tag
122+
jekyll-sitemap
117123
logger
118124
ostruct
119125
rubocop

0 commit comments

Comments
 (0)