Skip to content

Commit

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

And the favicon.ico file that is often required.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Apr 20, 2024
1 parent 2449c36 commit e70dbad
Show file tree
Hide file tree
Showing 4 changed files with 5 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 "just-the-docs"
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 @@ -293,6 +293,7 @@ DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll-feed (~> 0.12)
jekyll-reload
jekyll-sitemap
just-the-docs
kramdown-parser-gfm
tzinfo (>= 1, < 3)
Expand Down
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ description: >- # this means to ignore newlines until "baseurl:"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.mptcp.dev" # the base hostname & protocol for your site, e.g. http://example.com

plugins:
- jekyll-sitemap

theme: just-the-docs
favicon_ico: "/assets/mptcp_logo.svg"

Expand Down
Binary file added favicon.ico
Binary file not shown.

0 comments on commit e70dbad

Please sign in to comment.