diff --git a/Gemfile b/Gemfile index 6e2af134..61de5d20 100644 --- a/Gemfile +++ b/Gemfile @@ -25,3 +25,5 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform? gem "webrick", "~> 1.7" + +gem 'jekyll-sitemap' diff --git a/_config.yml b/_config.yml index 13a7233c..22991691 100644 --- a/_config.yml +++ b/_config.yml @@ -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 @@ -39,6 +39,7 @@ safe: true plugins: - jekyll-feed + - jekyll-sitemap include: - _posts