Skip to content

Commit 8604766

Browse files
committed
jekyll: add sitemap
Generated automatically. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent 233ec4b commit 8604766

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ source "https://rubygems.org"
1313
gem "minima"
1414
gem "webrick"
1515
gem 'jekyll-reload'
16+
gem 'jekyll-sitemap'
1617

1718
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1819
# uncomment the line below. To upgrade, run `bundle update github-pages`.

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ DEPENDENCIES
273273
http_parser.rb (~> 0.6.0)
274274
jekyll-feed (~> 0.12)
275275
jekyll-reload
276+
jekyll-sitemap
276277
kramdown-parser-gfm
277278
minima
278279
tzinfo (>= 1, < 3)

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ remote_theme: jekyll/minima
2121
plugins:
2222
- jekyll-feed
2323
- jekyll-seo-tag
24+
- jekyll-sitemap
2425

2526
# Theme-specific settings
2627

0 commit comments

Comments
 (0)