Skip to content

Commit

Permalink
jekyll: add sitemap
Browse files Browse the repository at this point in the history
Generated automatically.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
  • Loading branch information
matttbe committed Apr 20, 2024
1 parent 233ec4b commit 8604766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ source "https://rubygems.org"
gem "minima"
gem "webrick"
gem 'jekyll-reload'
gem 'jekyll-sitemap'

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll-feed (~> 0.12)
jekyll-reload
jekyll-sitemap
kramdown-parser-gfm
minima
tzinfo (>= 1, < 3)
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ remote_theme: jekyll/minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap

# Theme-specific settings

Expand Down

0 comments on commit 8604766

Please sign in to comment.