parent
e7822d4a89
commit
0676c85b6e
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
language: ruby
|
||||||
|
rvm:
|
||||||
|
- 2.4.1
|
||||||
|
|
||||||
|
# Assume bundler is being used, therefore
|
||||||
|
# the `install` step will run `bundle install` by default.
|
||||||
|
script: ./bin/cibuild
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
|
||||||
|
|
||||||
|
sudo: false # route your build to the container-based infrastructure for a faster build
|
||||||
|
|
||||||
|
cache: bundler # caching bundler gem packages will speed up build
|
||||||
|
|
||||||
|
# Optional: disable email notifications about the outcome of your builds
|
||||||
|
notifications:
|
||||||
|
email: false
|
@ -1,5 +1,6 @@
|
|||||||
# al-folio
|
# al-folio
|
||||||
|
|
||||||
|
[](https://travis-ci.org/alshedivat/al-folio)
|
||||||
[](https://alshedivat.github.io/al-folio/)
|
[](https://alshedivat.github.io/al-folio/)
|
||||||
[](https://github.com/alshedivat/al-folio/blob/master/LICENSE)
|
[](https://github.com/alshedivat/al-folio/blob/master/LICENSE)
|
||||||
[](https://gitter.im/alshedivat/al-folio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
[](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.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
||||||
|
@ -74,8 +74,9 @@ news_limit: 5
|
|||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
highlighter: pygments
|
highlighter: pygments
|
||||||
|
|
||||||
# Includes
|
# Includes & excludes
|
||||||
include: ['_pages']
|
include: ['_pages']
|
||||||
|
exclude: [vendor]
|
||||||
|
|
||||||
# Plug-ins
|
# Plug-ins
|
||||||
plugins:
|
plugins:
|
||||||
|
1
bin/cibuild
Executable file
1
bin/cibuild
Executable file
@ -0,0 +1 @@
|
|||||||
|
bundle exec jekyll build
|
Loading…
Reference in New Issue
Block a user