mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
* Remove style-guide from i18n builds * Remove uncategorized from CN blog posts. * Team images and alt attributes. * Fixing language linkage * Ignore missing or empty alt tags * ignore sass-cache * fix gitignore for sass-cache * fix gitignore for sass-cache * Only show language dropdown if the page is not a post (blog) * New url with site.lang included. * Removed the site.baseurl var from the posts.
39 lines
677 B
YAML
39 lines
677 B
YAML
markdown: kramdown
|
|
exclude:
|
|
- README.md
|
|
- rss.xml
|
|
- _posts/README.md
|
|
- assets/mockups/
|
|
- vendor/
|
|
- script/
|
|
- 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","style-guide"]
|
|
|
|
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
|