forked from dashpay/dash-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (53 loc) · 1.32 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
markdown: kramdown
exclude:
- README.md
- rss.xml
- ciexclude.txt
- _posts/README.md
- assets/mockups/
- vendor/
- script/
- src/
- dist/
- node_modules/
- Gemfile
- Gemfile.lock
- package.json
paginate: 12
paginate_path: "/blog/page:num/"
name: Dash
url: https://www.dash.org
description: Digital Cash
url: https://www.dash.org
api: /api/v1
rss_path: "/rss"
rss_name: "dash_blog_rss.xml"
#rss_post_limit: - (optional) the number of posts in the feed
#languages: ["en", "es", "cn", "pt", "ru", "it"]
languages: ["en", "cn", "ru", "pt", "fr"]
exclude_from_localizations: ["assets","dist","style-guide"]
gems:
- jekyll-paginate
- jekyll-multiple-languages-plugin
- 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"
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','cn/assets/img/resized','pt/assets/img/resized','ru/assets/img/resized','it/assets/img/resized']