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