mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
29 lines
488 B
YAML
29 lines
488 B
YAML
markdown: kramdown
|
|
exclude:
|
|
- README.md
|
|
- rss.xml
|
|
- _posts/README.md
|
|
paginate: 5
|
|
paginate_path: "/blog/page:num/"
|
|
name: Dash
|
|
url: https://www.dash.org
|
|
description: Digital Cash
|
|
|
|
api: http://localhost:9090
|
|
|
|
languages: ["en", "es"]
|
|
exclude_from_localizations: ["assets"]
|
|
|
|
sass:
|
|
style: compressed
|
|
cache: false
|
|
|
|
gems:
|
|
- jekyll-paginate
|
|
- jekyll-multiple-languages-plugin
|
|
|
|
collections:
|
|
components: # style guide
|
|
output: false
|
|
colors: # style guide
|
|
output: false
|