dash-website/_config.yml
Perry Woodin 5ee9ae4de9 Feature/travis (#12)
* travis config

* Updated gemlock for htmlproofer.

* Note about installing nokogiri with bundle install.

* htmlproofer for cibuild

* Restricting the htmlproofer test to ignore /blog/

* Removed travis branch from the whitelist.
2016-09-12 09:35:43 -04:00

38 lines
651 B
YAML

markdown: kramdown
exclude:
- README.md
- rss.xml
- _posts/README.md
- assets/mockups/
- vendor/
- Gemfile
- Gemfile.lock
paginate: 5
paginate_path: "/blog/page:num/"
name: Dash
url: https://www.dash.org
description: Digital Cash
api: http://www-test.dash.org/api/v1
languages: ["en", "es", "cn", "pt", "ru", "it"]
exclude_from_localizations: ["assets"]
sass:
style: compressed
cache: false
autoprefixer:
browsers:
- last 2 versions
gems:
- jekyll-paginate
- jekyll-autoprefixer
- jekyll-multiple-languages-plugin
collections:
components: # style guide
output: false
colors: # style guide
output: false