Fixes #33, caused by jekyll 3.0 deprecation madness

This commit is contained in:
Panos Sakkos 2015-11-01 00:52:39 +01:00
parent a1610c314c
commit 4e10ea9066
13 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -15,3 +15,4 @@ pkg/
test/
_deploy/*
Rakefile
.jekyll-metadata

View file

@ -2,7 +2,7 @@ language: ruby
rvm:
- 2.1
install: gem install jekyll html-proofer
install: gem install jekyll jekyll-paginate html-proofer
script: jekyll serve --baseurl "" --detach && htmlproof ./_site --disable-external --empty-alt-ignore
env:

View file

@ -129,3 +129,5 @@ sass:
# Exclusion list from the generated _site
exclude: ["Rakefile", "LICENSE", "readme.markdown", "vendor"]
gems: [jekyll-paginate]