-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config-prod.yml
67 lines (59 loc) · 1.34 KB
/
_config-prod.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
baseurl: "/"
name: BitoinCash.org
description: Bitcoin Cash is a p2p digital currency
avatar: "assets/img/1-bitcoin-cash-logo.svg"
# Includes an icon in the footer for each username you enter
footer-links:
dribbble:
email: support@bitcoincash.org
facebook: bitcoincashorg
flickr:
github: bitcoincashorg/bitcoincash.org
instagram:
linkedin:
pinterest:
rss: # just type anything here for a working RSS icon
twitter:
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
youtube: # channel/<your_long_string> or user/<user-name>
googleplus: # anything in your profile username that comes after plus.google.com/
telegram: HCYr51JfzqwI0xwKf-poow
defaults:
- scope:
path: "assets/img"
values:
image: true
# Set the Sass partials directory, as we're using @imports
sass:
style: :compressed # You might prefer to minify using :compressed
exclude:
- 'README.md'
- 'translations'
- 'kube'
- 'nginx.conf'
- 'nginx.conf.erb'
- 'Gemfile'
- 'Gemfile.lock'
- 'Makefile'
- 'Rakefile'
- 'COPYING'
- 'Dockerfile'
- 'docker-compose.yml'
languages:
- en
- zh-CN
- zh-TW
- fr
- de
- ja
- ko
- pt-BR
- ru
- es
- es_419
- tr
- id
- nl
exclude_from_localizations: ["js", "assets", "css", "img", "fonts", "media-kit"]
plugins:
- jekyll-multiple-languages-plugin