forked from rocky-linux/rockylinux.org-hugo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
86 lines (78 loc) · 1.96 KB
/
config.toml
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
baseURL = "/"
languageCode = "en-us"
title = "Rocky Linux"
[params]
description = "Rocky Linux is an open enterprise Operating System designed to be 100% bug-for-bug compatible with Enterprise Linux."
images = ["img/cover.png"]
[params.social]
slackurl = "https://hpcng.slack.com/join/shared_invite/zt-k1v012fn-SH2IG7iwhLhE0j8qb1GHVw"
twitter = "https://twitter.com/rocky_linux"
reddit = "https://reddit.com/r/rockylinux"
forum = "https://forums.rockylinux.org/"
email = "[email protected]"
get_involved = "https://wiki.rockylinux.org/contributing"
[params.links]
wiki = "https://wiki.rockylinux.org/"
[params.logo]
url = "img/logo.png"
width = 127
height = 40
[params.image]
url = "img/cover.png"
width = 800
height = 600
[params.faqs]
questions = ["downstream-partner-direction", "come-in"]
DefaultContentLanguage = "en"
[languages]
[languages.en]
languageName = "English"
title = "Rocky Linux"
weight = 1
[languages.es]
languageName = "Español"
title = "Rocky Linux"
weight = 2
[languages.nl]
languageName = "Nederlands"
title = "Rocky Linux"
weight = 3
[languages.it]
languageName = "Italiano"
title = "Rocky Linux"
weight = 4
[languages.tr]
languageName = "Türkçe"
title = "Rocky Linux"
weight = 5
[languages.de]
languageName = "Deutsch"
title = "Rocky Linux"
weight = 6
[languages.ru]
languageName = "Русский"
title = "Rocky Linux"
weight = 7
[languages.lv]
languageName = "Latviski"
title = "Rocky Linux"
weight = 8
[languages.zh]
languageName = "简体中文"
weight = 9
[languages.pt-BR]
languageName = "Português (Brasil)"
title = "Rocky Linux"
weight = 10
[languages.ja]
languageName = "日本語"
title = "Rocky Linux"
weight = 11
[languages.pt-pt]
languageName = "Português"
title = "Rocky Linux"
weight = 12
[languages.ar]
languageName = "العربية"
title = "روكي لينكس"
weight = 13