dash-website/_config.yml
Perry Woodin c7d3adfb19 I18n/links (#22)
* homepage links

* Link logo to What is Dash page.

* Plugin to generate sitemap.xml

* Link to sitemap plugin github repo.

* Footer links

Still need to create pages for:
* terms-of-use/
* contact/

* Get Dash and Participate links

* New link keys for language yml files.

* Missing Contact and Terms of Use pages (placeholders)
2016-10-12 12:45:40 -04:00

49 lines
971 B
YAML

markdown: kramdown
exclude:
- README.md
- rss.xml
- _posts/README.md
- assets/mockups/
- vendor/
- script/
- src/
- dist/
- node_modules/
- Gemfile
- Gemfile.lock
- package.json
paginate: 5
paginate_path: "/blog/page:num/"
name: Dash
url: https://www.dash.org
description: Digital Cash
url: https://www.dash.org
api: http://www-test.dash.org/api/v1
languages: ["en", "es", "cn", "pt", "ru", "it"]
exclude_from_localizations: ["assets","dist","style-guide"]
gems:
- jekyll-paginate
- jekyll-multiple-languages-plugin
collections:
components: # style guide
output: false
colors: # style guide
output: false
# https://github.com/kinnetica/jekyll-plugins
sitemap:
file: "/sitemap.xml"
exclude:
- "/atom.xml"
- "/feed.xml"
- "/feed/index.xml"
- "/style-guide/index.html"
include_posts:
- "/index.html"
change_frequency_name: "change_frequency"
priority_name: "priority"