mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
* (Chore) Editorconfig: Add an editorconfig file so those spaces and tabs dont keep mixing * (Refactor) Build: use npm scripts to build assets * (Chore) Build: remove dist files from repo / fix ESLint errors * (Update) Build: Remove unused tasks / add autoprefixer * (Chore) Gemfile: remove old dependencies * (Chore) Package.json: Shrinkwrap & postinstalll * (Doc) Build: Update instructions for new build system * (Fix) Build: Wach html files in all folders * (Fix) Build: exclude _site/ from watch * (Chore) Build/CI: Update buildscript for node/ruby combined * (Chore) Travis: Add g++ compiler to environment * (Chore) Build: fix watched directory * (Fix) travis: set version to 4.5.0 LTS * (Fix) travis: remove shrinkwrap * (Fix) Travis: rvm * (Fix) Travis: before_install * (Fix) Travis: ignore dist for html proofer
34 lines
623 B
YAML
34 lines
623 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
|
|
|
|
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
|