We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a6450 commit 36176b4Copy full SHA for 36176b4
2 files changed
Gemfile
@@ -25,3 +25,5 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?
25
26
27
gem "webrick", "~> 1.7"
28
+
29
+gem 'jekyll-sitemap'
_config.yml
@@ -17,7 +17,7 @@ encoding: utf-8
17
18
title: Batfish
19
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
+url: "https://batfish.org" # the base hostname & protocol for your site, e.g. http://example.com
21
22
show_excerpts: true
23
@@ -39,6 +39,7 @@ safe: true
39
40
plugins:
41
- jekyll-feed
42
+ - jekyll-sitemap
43
44
include:
45
- _posts
0 commit comments