mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
Add Travis
This commit is contained in:
parent
2abc4aa7a9
commit
a17fe52f87
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: ruby
|
||||
sudo: false
|
||||
script: "bundle exec jekyll build"
|
||||
notifications:
|
||||
email: false
|
||||
matrix:
|
||||
fast_finish: true
|
7
Gemfile
Normal file
7
Gemfile
Normal file
@ -0,0 +1,7 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'github-pages'
|
||||
gem 'jekyll-mentions'
|
||||
gem 'jemoji'
|
||||
gem 'jekyll-redirect-from'
|
||||
gem 'jekyll-sitemap'
|
@ -14,3 +14,10 @@ input: GFM
|
||||
# Custom settings
|
||||
timezone: Europe/Helsinki
|
||||
encoding: utf-8
|
||||
gems:
|
||||
- jekyll-mentions
|
||||
- jemoji
|
||||
- jekyll-redirect-from
|
||||
- jekyll-sitemap
|
||||
sitemap:
|
||||
file: "/sitemap.xml"
|
||||
|
Loading…
Reference in New Issue
Block a user