mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-13 07:29:26 +01:00
enable jekyll generated sitemap.
I think that this will fail.
This commit is contained in:
parent
eb14ba5abe
commit
77f3b5025d
2
.travis.yml
Normal file
2
.travis.yml
Normal file
@ -0,0 +1,2 @@
|
||||
language: ruby
|
||||
script: "bundle exec jekyll build"
|
4
Gemfile
Normal file
4
Gemfile
Normal file
@ -0,0 +1,4 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'github-pages'
|
||||
gem 'jekyll-sitemap'
|
2
_config.yml
Normal file
2
_config.yml
Normal file
@ -0,0 +1,2 @@
|
||||
gems:
|
||||
- jekyll-sitemap
|
Loading…
Reference in New Issue
Block a user