Skip to content

Commit 074d01c

Browse files
GitPaulodjcooke
authored andcommitted
added sitemap
1 parent 6da5ec0 commit 074d01c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ gem "jekyll", "~> 4.3"
1313
#gem "minima", "~> 2.5"
1414

1515
# If you have any plugins, put them here!
16-
#group :jekyll_plugins do
17-
# gem "jekyll-feed", "~> 0.12"
18-
#end
16+
group :jekyll_plugins do
17+
gem "jekyll-sitemap"
18+
end
1919

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

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ GEM
4141
webrick (~> 1.7)
4242
jekyll-sass-converter (3.1.0)
4343
sass-embedded (~> 1.75)
44+
jekyll-sitemap (1.4.0)
45+
jekyll (>= 3.7, < 5.0)
4446
jekyll-watch (2.2.1)
4547
listen (~> 3.0)
4648
json (2.12.0)
@@ -75,6 +77,7 @@ PLATFORMS
7577

7678
DEPENDENCIES
7779
jekyll (~> 4.3)
80+
jekyll-sitemap
7881
tzinfo (~> 1.2)
7982
tzinfo-data
8083
wdm (~> 0.1.1)

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ exclude:
151151

152152
# Build settings
153153
theme: null
154-
# plugins:
155-
# - jekyll-feed
154+
plugins:
155+
- jekyll-sitemap

0 commit comments

Comments
 (0)