forked from heyadjoining/turtlecoin.lol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
66 lines (60 loc) · 1.13 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
baseurl: ""
url: "https://turtlecoin.lol"
# Do not copy these files to the build folder
exclude:
- Gemfile
- Gemfile.lock
- scripts
- Rakefile
- README.md
- .bundle
- vendor
gems:
- jekyll-multiple-languages-plugin
# Localization config
languages: ["en", "af", "nl", "zh", "de", "es", "fr", "it", "hu", "kr", "pt-br", "ru"]
# languages: ["en", "af", "pt-br", "ru", "zh", "de", "es", "fr", "it", "hu", "dev"] # enable during development to see text keys at /dev/
language_names:
af:
short: af
full: Afrikaans
zh:
short: 中文
full: 中文
de:
short: de
full: Deutsch
en:
short: en
full: English
es:
short: es
full: Español
fr:
short: fr
full: Français
it:
short: it
full: Italiano
hu:
short: hu
full: Magyar
kr:
short: kr
full: Korean
nl:
short: nl
full: Nederlands
ru:
short: рус
full: Русский
tr:
short: tr
full: Turkish
pt-br:
short: pt-br
full: Portuguese
dev:
short: dev
full: Development
exclude_from_localizations: ["assets", "js", "images", "css", "fonts", "scripts", "paper-turtle"]