This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
forked from violethaze74/get-o-o
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
161 lines (153 loc) · 2.75 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
title: Get openSUSE
title_short: Get
description: Learn about the openSUSE distributions and download them for free
email: admin@opensuse.org
copyright: © 2021 openSUSE contributors
baseurl: ""
url: https://get.opensuse.org
github_url: https://github.com/openSUSE/get-o-o
weblate_url: https://l10n.opensuse.org/projects/get-o-o/
piwik_site_id: 64
navbar_links:
-
link: leap/
text: Leap
-
link: tumbleweed/
text: Tumbleweed
-
link: kubic/
text: Kubic
-
link: microos/
text: MicroOS
- locales
footer_links:
-
text: source_code
link: https://github.com/openSUSE/get-o-o
-
text: license
link: https://raw.githubusercontent.com/openSUSE/get-o-o/main/LICENSE
# Only edit below if you know what you are doing!
defaults:
-
scope:
path: "*.html"
values:
layout: "default"
-
scope:
path: "*.md"
values:
layout: "markdown"
-
scope:
path: "*.markdown"
values:
layout: "markdown"
navbar_class: navbar-expand-md sticky-top
plugins:
- jekyll-redirect-from
- jekyll-locale
theme: jekyll-theme-opensuse
markdown: kramdown
localization:
mode : auto
locale : en
locales_set:
ar:
name: العربية
bg:
name: Български
ca:
name: Català
cs:
name: Čeština
da:
name: Dansk
de:
name: Deutsch
el:
name: Ελληνικά
en:
name: English
es:
name: Español
es_419:
name: Español latinoamericano
et:
name: Eesti
fa:
name: فارسی
fi:
name: Suomi
fr:
name: Français
gl:
name: Galego
hi:
name: हिन्दी
hu:
name: Magyar
id:
name: Indonesia
is:
name: Íslenska
it:
name: Italiano
ja:
name: 日本語
kab:
name: Kabyle
km:
name: ខ្មែរ
ko:
name: 한국어
lt:
name: Lietuvių
nb:
name: Norsk bokmål
nl:
name: Nederlands
nn:
name: Norwegian nynorsk
pl:
name: Polski
pt:
name: Português
pt_BR:
name: Português
pt_PT:
name: Português europeu
ro:
name: Română
ru:
name: Русский
sk:
name: Slovenčina
sv:
name: Svenska
tr:
name: Türkçe
vi:
name: Tiếng Việt
th:
name: ไทย
tzm:
name: Central atlas tamazight
uk:
name: Українська
wa:
name: Walloon
zh-CN:
name: 简体中文
zh_CN:
name: 简体中文
zh_HK:
name: 繁體中文
zh-TW:
name: 繁體中文
zh_TW:
name: 繁體中文
exclude: [README.md, LICENSE, Gemfile, Gemfile.lock, vendor, Rakefile]