generated from openSUSE/jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
70 lines (64 loc) · 1.27 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
title: openSUSE Universe
title_short: Universe
description: Find out the websites within the openSUSE infrastructure
email: admin@opensuse.org
copyright: '© 2022 openSUSE contributors'
url: "https://universe.opensuse.org"
github_url: "https://github.com/openSUSE/universe-o-o"
plugins:
- jekyll-locale
navbar_links:
- locales
footer_links:
-
text: source_code
link: https://github.com/openSUSE/universe-o-o
-
text: license
link: https://github.com/openSUSE/universe-o-o/blob/master/COPYING
localization:
mode : auto
locale : en
locales_set:
ca:
name: Català
cs:
name: Čeština
da:
name: Dansk
de:
name: Deutsch
en:
name: English
es:
name: Español
et:
name: Eesti
fa:
name: فارسی
fi:
name: Suomi
hi:
name: हिन्दी
it:
name: Italiano
ja:
name: 日本語
mk:
name: македонски
pl:
name: Polski
pt_BR:
name: Português
pt_PT:
name: Português europeu
ru:
name: Русский
sv:
name: Svenska
zh_CN:
name: 简体中文
zh_TW:
name: 繁體中文
theme: jekyll-theme-openSUSE
exclude: [README.md, Gemfile, Gemfile.lock, vendor]