Skip to content

Commit 36176b4

Browse files
authored
Add sitemap generation (#107)
1 parent 33a6450 commit 36176b4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?
2525

2626

2727
gem "webrick", "~> 1.7"
28+
29+
gem 'jekyll-sitemap'

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ encoding: utf-8
1717

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

2222
show_excerpts: true
2323

@@ -39,6 +39,7 @@ safe: true
3939

4040
plugins:
4141
- jekyll-feed
42+
- jekyll-sitemap
4243

4344
include:
4445
- _posts

0 commit comments

Comments
 (0)