parent
98942ed342
commit
cd5eff7011
4
Gemfile
4
Gemfile
|
@ -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'
|
||||
|
|
|
@ -16,3 +16,6 @@ defaults:
|
|||
|
||||
header_pages:
|
||||
- waku.md
|
||||
|
||||
plugins:
|
||||
- jekyll-sitemap
|
||||
|
|
Loading…
Reference in New Issue