mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
update .travis.yml _config.yml & rm Gemfile
This commit is contained in:
parent
7581200242
commit
81c801a998
@ -1,6 +1,6 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
sudo: false
|
sudo: false
|
||||||
script: "set -e && bundle exec jekyll build && bundle exec htmlproof ./_site"
|
script: "gem install github-pages jekyll-mentions jemoji jekyll-redirect-from jekyll-sitemap && set -e && bundle exec jekyll build && bundle exec htmlproof ./_site"
|
||||||
rvm: 2.1
|
rvm: 2.1
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
7
Gemfile
7
Gemfile
@ -1,7 +0,0 @@
|
|||||||
source 'https://rubygems.org'
|
|
||||||
|
|
||||||
gem 'github-pages'
|
|
||||||
gem 'jekyll-mentions'
|
|
||||||
gem 'jemoji'
|
|
||||||
gem 'jekyll-redirect-from'
|
|
||||||
gem 'jekyll-sitemap'
|
|
@ -21,3 +21,4 @@ gems:
|
|||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
sitemap:
|
sitemap:
|
||||||
file: "/sitemap.xml"
|
file: "/sitemap.xml"
|
||||||
|
exclude: [PGP, PHP, keybase.txt]
|
||||||
|
Loading…
Reference in New Issue
Block a user