-
Notifications
You must be signed in to change notification settings - Fork 37
/
_config.staging.yml
97 lines (89 loc) · 1.89 KB
/
_config.staging.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
encoding: utf-8
url: https://37.228.118.252
baseurl: /
format: ''
collections:
pages:
output: true
permalink: /:slug
default_lang: 'en'
languages: [
'en',
'bg', 'bn',
'cn',
'de',
'el', 'es',
'fr',
'hi',
'id', 'it',
'ja',
'ko',
'ms',
'pl', 'pt',
'ro',
'ru',
'th',
'tr',
'vi'
]
locales:
- {locale: en, name: English, flag: us}
- {locale: bg, name: Български, flag: bg}
- {locale: bn, name: বাঙালি, flag: bn}
- {locale: cn, name: 中文, flag: cn}
- {locale: de, name: Deutsche, flag: de}
- {locale: el, name: Ελληνικά, flag: gr}
- {locale: es, name: Español, flag: es}
- {locale: fr, name: Français, flag: fr}
- {locale: hi, name: हिंदी, flag: in}
- {locale: id, name: Bahasa, flag: id}
- {locale: it, name: Italiano, flag: it}
- {locale: ja, name: 日本人, flag: jp}
- {locale: ko, name: 한국어, flag: kr}
- {locale: ms, name: Melayu, flag: ms}
- {locale: pl, name: Polskie, flag: pl}
- {locale: pt, name: Português, flag: es}
- {locale: ro, name: Română, flag: ro}
- {locale: ru, name: Русский, flag: ru}
- {locale: th, name: ไทย, flag: th}
- {locale: tr, name: Türk, flag: tr}
- {locale: vi, name: Tiếng Việt, flag: vi}
timezone: Europe/Moscow
exclude_from_localizations: [
'assets',
'css',
'fonts',
'images',
'javascripts',
'CODE_OF_CONDUCT.md',
'CONTRIBUTING.md',
'Procfile',
'Rakefile',
'Vagrantfile',
'Dockerfile',
'README.md',
'config.ru',
'favicon.ico',
'feed.xml',
'sitemap.xml',
'language.yml',
'package.json',
'static.json',
'npm-shrinkwrap.json',
'robots.txt',
'ubuntu-bionic-18.04-cloudimg-console.log',
'500.html'
]
allowed: [
'css',
'fonts',
'images',
'javascripts',
'favicon.ico',
'robots.txt',
'sitemap.xml',
]
markdown: kramdown
plugins:
- jekyll-multiple-languages-plugin
- jekyll-sitemap