Skip to content

Commit 50e2e36

Browse files
committed
add multilingual homepage
1 parent 3305258 commit 50e2e36

File tree

4 files changed

+225
-119
lines changed

4 files changed

+225
-119
lines changed

config.toml

+137-37
Original file line numberDiff line numberDiff line change
@@ -5,50 +5,150 @@ disqusShortname = ""
55
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
66
preserveTaxonomyNames = true
77
footnotereturnlinkcontents = ""
8-
DefaultContentLanguage = "en"
8+
defaultContentLanguage = "en"
99
defaultContentLanguageInSubdir = true
1010

1111

1212
[languages]
1313
[languages.en]
14-
languageCode = "en-us"
15-
footer = "© [openpitrix.io](https://openpitrix.io) 2017 | [Github](https://github.com/openpitrix) | [Gitee](https://gitee.com/openpitrix)"
16-
[[languages.en.menu.main]]
17-
name = "OpenPitrix"
18-
url = "/en/"
19-
weight = 1
20-
[[languages.en.menu.main]]
21-
name = "Features"
22-
url = "/en/features/"
23-
weight = 2
24-
[[languages.en.menu.main]]
25-
name = "Case Studies"
26-
url = "/en/cases/"
27-
weight = 3
28-
[[languages.en.menu.main]]
29-
name = "About"
30-
url = "/en/about/"
31-
weight = 4
14+
languageCode = "en-us"
15+
footer = "Openpitrix Technology © 2018"
16+
#footer = "© [openpitrix.io](https://openpitrix.io) 2017 | [Github](https://github.com/openpitrix) | [Gitee](https://gitee.com/openpitrix)"
17+
18+
[[languages.en.menu.main]]
19+
name = "OpenPitrix"
20+
url = "/en/"
21+
weight = 1
22+
[[languages.en.menu.main]]
23+
name = "Features"
24+
url = "/en/features/"
25+
weight = 2
26+
[[languages.en.menu.main]]
27+
name = "Case Studies"
28+
url = "/en/cases/"
29+
weight = 3
30+
[[languages.en.menu.main]]
31+
name = "About"
32+
url = "/en/about/"
33+
weight = 4
34+
35+
[languages.en.index.first]
36+
title = "Application Management"
37+
subtitle = "Platform on Multi-Cloud Environment"
38+
desc = "OpenPitrix is an Open-source, enterprise system for package ,deploy and orchestration applications into multiple cloud environments such as QingCloud, AWS, Kubernetes etc."
39+
link = "COMING SOON…"
40+
[languages.en.index.second]
41+
title = "Why OpenPitrix?"
42+
desc_begin = "Since software used in business, diversity software was developed. For example, categorize by architecture:"
43+
desc_end = "This is Cloud era, so all above application must run on cloud computing, Just like QingCloud,AWS, Or VMware, Kubernetes based envrionment. Which framework or platform can do this? So OpenPitrix make sence, born for resovle this problem."
44+
[[languages.en.index.second.architecture]]
45+
name = "Java EE traditional enterprise application."
46+
weight = 1
47+
[[languages.en.index.second.architecture]]
48+
name = "LAMP ( linux,apache,mysql/postgresql,php/python/perl ) Open Source Software stack."
49+
weight = 2
50+
[[languages.en.index.second.architecture]]
51+
name = "Virtalization image."
52+
weight = 3
53+
[[languages.en.index.second.architecture]]
54+
name = "Container image."
55+
weight = 4
56+
[[languages.en.index.second.architecture]]
57+
name = "Microservice components."
58+
weight = 5
59+
[[languages.en.index.second.architecture]]
60+
name = "and a lot of more."
61+
weight = 6
62+
[languages.en.index.third]
63+
title = "Template application and deployment framework"
64+
desc = "Significantly reduce learning costs and operational complexity through declarative template specifications, reducing development cycles from months to days or even hours, dramatically reducing cloud application development, deployment and operational complexity."
65+
[languages.en.index.fourth]
66+
title = "Support multiple cloud platforms"
67+
desc_begin = "Adopted plug-in style development framework, abstraction the current mainstream cloud platform interface , uniform them for the user is completely transparent, reducing complexity for application developer."
68+
desc_end = "public cloud platform supported include: AWS, GCE, Azure, QingCloud,etc.\r\nprivate cloud platform supported : Kubernetes, OpenStack, QingCloud,etc. "
69+
[languages.en.index.fifth]
70+
title = "Unify all kind of application,monolitic,microservice,distributed,etc."
71+
desc = "The technology is evolving, application is same, but old sytle not disappear. all kinds of application coexist in cloud computing era. OpenPitrix adopted distributed configurtion management, abstract meta configuration infomation, compatible with all(almost) application."
72+
[languages.en.index.sixth]
73+
title = "Adopted microservice for openpitrix itself"
74+
desc = "Openpitrix adopted microservice, every funcation have indepent service, architecture high level."
75+
[languages.en.index.seventh]
76+
title = "As the picture show"
77+
[languages.en.index.eighth]
78+
title = "Case Studies"
79+
[languages.en.index.footer]
80+
title = "About Pitrix itself"
81+
desc = "Pitrix [‘paitriks]means the matrix of PaaS and IaaS which makes it easy to develop, deploy, manage applications including PaaS on various runtime environments, i.e., Pitrix = PaaS + IaaS + Matrix. It also means a matrix that contains endless (PI - the Greek letter “π”) applications."
3282

3383
[languages.zh]
34-
languageCode = "zh-cn"
35-
footer = "© [openpitrix.io](https://openpitrix.io) 2017 | [Github](https://github.com/openpitrix) | [码云](https://gitee.com/openpitrix)"
36-
[[languages.zh.menu.main]]
37-
name = "OpenPitrix"
38-
url = "/zh/"
39-
weight = 1
40-
[[languages.zh.menu.main]]
41-
name = "特性"
42-
url = "/zh/features"
43-
weight = 2
44-
[[languages.zh.menu.main]]
45-
name = "案例"
46-
url = "/zh/cases"
47-
weight = 3
48-
[[languages.zh.menu.main]]
49-
name = "关于"
50-
url = "/zh/about"
51-
weight = 4
84+
languageCode = "zh-cn"
85+
footer = "Openpitrix Technology © 2018"
86+
#footer = "© [openpitrix.io](https://openpitrix.io) 2017 | [Github](https://github.com/openpitrix) | [码云](https://gitee.com/openpitrix)"
87+
88+
[[languages.zh.menu.main]]
89+
name = "OpenPitrix"
90+
url = "/zh/"
91+
weight = 1
92+
[[languages.zh.menu.main]]
93+
name = "特性"
94+
url = "/zh/features"
95+
weight = 2
96+
[[languages.zh.menu.main]]
97+
name = "案例"
98+
url = "/zh/cases"
99+
weight = 3
100+
[[languages.zh.menu.main]]
101+
name = "关于"
102+
url = "/zh/about"
103+
weight = 4
104+
105+
[languages.zh.index.first]
106+
title = "Application Management"
107+
subTitle = "Platform on Multi-Cloud Environment"
108+
desc = "OpenPitrix is an Open-source, enterprise system for package ,deploy and orchestration applications into multiple cloud environments such as QingCloud, AWS, Kubernetes etc."
109+
link = "敬请期待..."
110+
[languages.zh.index.second]
111+
title = "Why OpenPitrix?"
112+
desc_begin = "Since software used in business, diversity software was developed. For example, categorize by architecture:"
113+
desc_end = "This is Cloud era, so all above application must run on cloud computing, Just like QingCloud,AWS, Or VMware, Kubernetes based envrionment. Which framework or platform can do this? So OpenPitrix make sence, born for resovle this problem."
114+
[[languages.zh.index.second.architecture]]
115+
name = "Java EE traditional enterprise application."
116+
weight = 1
117+
[[languages.zh.index.second.architecture]]
118+
name = "LAMP ( linux,apache,mysql/postgresql,php/python/perl ) Open Source Software stack."
119+
weight = 2
120+
[[languages.zh.index.second.architecture]]
121+
name = "Virtalization image."
122+
weight = 3
123+
[[languages.zh.index.second.architecture]]
124+
name = "Container image."
125+
weight = 4
126+
[[languages.zh.index.second.architecture]]
127+
name = "Microservice components."
128+
weight = 5
129+
[[languages.zh.index.second.architecture]]
130+
name = "and a lot of more."
131+
weight = 6
132+
[languages.zh.index.third]
133+
title = "Template application and deployment framework"
134+
desc = "Significantly reduce learning costs and operational complexity through declarative template specifications, reducing development cycles from months to days or even hours, dramatically reducing cloud application development, deployment and operational complexity."
135+
[languages.zh.index.fourth]
136+
title = "Support multiple cloud platforms"
137+
desc_begin = "Adopted plug-in style development framework, abstraction the current mainstream cloud platform interface , uniform them for the user is completely transparent, reducing complexity for application developer."
138+
desc_end = "public cloud platform supported include: AWS, GCE, Azure, QingCloud,etc.\r\nprivate cloud platform supported : Kubernetes, OpenStack, QingCloud,etc. "
139+
[languages.zh.index.fifth]
140+
title = "Unify all kind of application,monolitic,microservice,distributed,etc."
141+
desc = "The technology is evolving, application is same, but old sytle not disappear. all kinds of application coexist in cloud computing era. OpenPitrix adopted distributed configurtion management, abstract meta configuration infomation, compatible with all(almost) application."
142+
[languages.zh.index.sixth]
143+
title = "Adopted microservice for openpitrix itself"
144+
desc = "Openpitrix adopted microservice, every funcation have indepent service, architecture high level."
145+
[languages.zh.index.seventh]
146+
title = "As the picture show"
147+
[languages.zh.index.eighth]
148+
title = "Case Studies"
149+
[languages.zh.index.footer]
150+
title = "About Pitrix itself"
151+
desc = "Pitrix [‘paitriks]means the matrix of PaaS and IaaS which makes it easy to develop, deploy, manage applications including PaaS on various runtime environments, i.e., Pitrix = PaaS + IaaS + Matrix. It also means a matrix that contains endless (PI - the Greek letter “π”) applications."
52152

53153
[permalinks]
54154
post = "/post/:year/:month/:day/:slug/"

0 commit comments

Comments
 (0)