forked from bitcoincashorg/bitcoincash.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config-dev.yml
76 lines (68 loc) · 1.44 KB
/
_config-dev.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
71
72
73
74
75
76
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: [email protected]
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
# - cs
# # - de-ch
# - de
# # - el
# - es
# - fr
# - hi
# - id
# - it
# - ja
- ko
# - ms
# - nl
# - pl
# - pt-BR
# - pt-PT
# - ru
# - sk
# - tr
# - vi
- zh-CN
# - zh-TW
exclude_from_localizations: ["js", "assets", "css", "img", "fonts", "media-kit"]
plugins:
- jekyll-multiple-languages-plugin