Add sitemap generating.

This commit is contained in:
Mikaela Suomalainen 2014-06-15 12:54:47 +03:00
parent bef7ecc02b
commit 3d5c420d8a
3 changed files with 10 additions and 0 deletions

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'

4
_config.yml Normal file
View File

@ -0,0 +1,4 @@
gems:
- jekyll-sitemap
sitemap:
file: "/sitemap.xml"