enable jekyll generated sitemap.

I think that this will fail.
This commit is contained in:
Mikaela Suomalainen 2014-06-15 12:02:47 +03:00
parent eb14ba5abe
commit 77f3b5025d
4 changed files with 8 additions and 0 deletions

View File

2
.travis.yml Normal file
View File

@ -0,0 +1,2 @@
language: ruby
script: "bundle exec jekyll build"

4
Gemfile Normal file
View File

@ -0,0 +1,4 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll-sitemap'

2
_config.yml Normal file
View File

@ -0,0 +1,2 @@
gems:
- jekyll-sitemap