* Update Gemfile

* Update _config.yml
This commit is contained in:
Dean Eigenmann 2020-03-01 17:00:06 +01:00 committed by GitHub
parent 98942ed342
commit cd5eff7011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,8 @@ source "https://rubygems.org"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
gem "jekyll-sitemap", "~> 1.4.0"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"

View File

@ -16,3 +16,6 @@ defaults:
header_pages:
- waku.md
plugins:
- jekyll-sitemap