File tree 5 files changed +5
-79
lines changed
5 files changed +5
-79
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ source "https://rubygems.org"
3
3
gem "jekyll" , "~> 3.8.3"
4
4
gem "minima" , "~> 2.5"
5
5
gem "html-proofer"
6
+ gem "jekyll-sitemap"
6
7
7
8
# If you have any plugins, put them here
8
9
group :jekyll_plugins do
Original file line number Diff line number Diff line change 50
50
sass (~> 3.4 )
51
51
jekyll-seo-tag (2.5.0 )
52
52
jekyll (~> 3.3 )
53
+ jekyll-sitemap (1.2.0 )
54
+ jekyll (~> 3.3 )
53
55
jekyll-watch (2.0.0 )
54
56
listen (~> 3.0 )
55
57
kramdown (1.17.0 )
@@ -96,6 +98,7 @@ DEPENDENCIES
96
98
html-proofer
97
99
jekyll (~> 3.8.3 )
98
100
jekyll-feed (~> 0.6 )
101
+ jekyll-sitemap
99
102
minima (~> 2.5 )
100
103
tzinfo-data
101
104
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ markdown: kramdown
9
9
theme : minima
10
10
plugins :
11
11
- jekyll-feed
12
+ - jekyll-sitemap
12
13
13
14
exclude :
14
15
- Gemfile
@@ -18,7 +19,5 @@ exclude:
18
19
- vendor/cache/
19
20
- vendor/gems/
20
21
- vendor/ruby/
21
- - requirements.txt
22
22
- LICENSE
23
- - scripts/
24
23
- README.md
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments