This repository has been archived by the owner on Mar 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
/
_config.yml
70 lines (61 loc) · 1.51 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
markdown: kramdown
exclude:
- README.md
- rss.xml
- cibuild.sh
- ciexclude.txt
- _posts/README.md
- assets/mockups/
- vendor/
- script/
- src/
- dist/
- node_modules/
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- dash.org-test-web.pem.enc
pagination:
enabled: true
per_page: 12
permalink: '/news/page:num/'
title: ':title - page :num of :max'
limit: 0
sort_field: 'date'
sort_reverse: true
name: Dash
url: https://www.dash.org
description: Digital Cash
current_version_number: 0.13.1.0
url: https://www.dash.org
api: /api/v1
#languages: ["en", "es", "cn", "pt", "ru", "it"]
languages: ["en","es", "zh", "ru", "pt", "fr", "ja", "ko", "de", "th", "it", "zh_HK", "pl", "vi", "tr", "ar", "fa"]
exclude_from_localizations: ["assets","dist","style-guide"]
gems:
- jekyll-paginate-v2
- jekyll-feed
- jekyll-srcset-tag
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"
- "/rss/dash_blog_rss.xml"
include_posts:
- "/index.html"
change_frequency_name: "change_frequency"
priority_name: "priority"
srcset:
source: assets/img
output: assets/img/resized
keep_files: ['assets/img/resized','fr/assets/img/resized','es/assets/img/resized','zh/assets/img/resized','pt/assets/img/resized','ru/assets/img/resized','it/assets/img/resized']