mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-21 18:09:23 +01:00
Add sitemap generating.
This commit is contained in:
parent
bef7ecc02b
commit
3d5c420d8a
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'
|
4
_config.yml
Normal file
4
_config.yml
Normal file
@ -0,0 +1,4 @@
|
||||
gems:
|
||||
- jekyll-sitemap
|
||||
sitemap:
|
||||
file: "/sitemap.xml"
|
Loading…
Reference in New Issue
Block a user