* 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"
@ -22,4 +24,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem "html-proofer", '>=3.3.1'
gem "html-proofer", '>=3.3.1'

View File

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