Skip to content

Commit 75624ed

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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`.

_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)