File tree 4 files changed +24
-2
lines changed
4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ language : ruby
2
+ rvm :
3
+ - 2.4.1
4
+
5
+ # Assume bundler is being used, therefore
6
+ # the `install` step will run `bundle install` by default.
7
+ script : ./bin/cibuild
8
+
9
+ env :
10
+ global :
11
+ - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
12
+
13
+ sudo : false # route your build to the container-based infrastructure for a faster build
14
+
15
+ cache : bundler # caching bundler gem packages will speed up build
16
+
17
+ # Optional: disable email notifications about the outcome of your builds
18
+ notifications :
19
+ email : false
Original file line number Diff line number Diff line change 1
1
# al-folio
2
2
3
+ [ ![ build status] ( https://travis-ci.org/alshedivat/al-folio.svg?branch=master )] ( https://travis-ci.org/alshedivat/al-folio )
3
4
[ ![ demo] ( https://img.shields.io/badge/theme-demo-brightgreen.svg )] ( https://alshedivat.github.io/al-folio/ )
4
5
[ ![ license] ( https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000 )] ( https://github.com/alshedivat/al-folio/blob/master/LICENSE )
5
6
[ ![ gitter] ( https://badges.gitter.im/alshedivat/al-folio.svg )] ( https://gitter.im/alshedivat/al-folio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
@@ -104,4 +105,4 @@ Style improvements and bug fixes are especially welcome.
104
105
105
106
## License
106
107
107
- The theme is available as open source under the terms of the [ MIT License] ( https://opensource.org/licenses/MIT ) .
108
+ The theme is available as open source under the terms of the [ MIT License] ( https://opensource.org/licenses/MIT ) .
Original file line number Diff line number Diff line change @@ -74,8 +74,9 @@ news_limit: 5
74
74
markdown : kramdown
75
75
highlighter : pygments
76
76
77
- # Includes
77
+ # Includes & excludes
78
78
include : ['_pages']
79
+ exclude : [vendor]
79
80
80
81
# Plug-ins
81
82
plugins :
Original file line number Diff line number Diff line change
1
+ bundle exec jekyll build
You can’t perform that action at this time.
0 commit comments