Skip to content

Commit

Permalink
Add sitemap generation (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratulm authored Apr 26, 2024
1 parent 33a6450 commit 36176b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?


gem "webrick", "~> 1.7"

gem 'jekyll-sitemap'
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ encoding: utf-8

title: Batfish
description: >- # this means to ignore newlines until "baseurl:"
url: "https://batfish.github.io" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://batfish.org" # the base hostname & protocol for your site, e.g. http://example.com

show_excerpts: true

Expand All @@ -39,6 +39,7 @@ safe: true

plugins:
- jekyll-feed
- jekyll-sitemap

include:
- _posts
Expand Down

0 comments on commit 36176b4

Please sign in to comment.