-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
172 lines (141 loc) · 4.03 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
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
162
163
164
165
166
167
168
169
170
171
172
baseURL = "https://myelin.io/"
languageCode = "en-us"
title = "Myelin: Home"
theme = "meghna-hugo"
googleAnalytics = "UA-132898010-1"
enableRobotsTXT = true
canonifyURLs = true
author = "Myelin.io"
description = "Myelin is a Kubernetes native end to end Machine Learning framework."
anchor = "smart"
enableEmoji = false
buildFuture = true
# Menu
[menu]
[[menu.nav]]
name = "About"
URL = "#about"
weight = 2
# [[menu.nav]]
# name = "Services"
# URL = "services"
# weight = 3
# [[menu.nav]]
# name = "Portfolio"
# URL = "portfolio"
# weight = 4
# [[menu.nav]]
# name = "Team"
# URL = "our-team"
# weight = 5
[[menu.nav]]
name = "Product"
URL = "#products"
weight = 4
[[menu.nav]]
name = "Pricing"
URL = "#pricing"
weight = 5
# [[menu.nav]]
# name = "Blog"
# URL = "#blog"
# weight = 7
[[menu.nav]]
name = "Contact"
URL = "#contact-us"
weight = 7
[[menu.nav]]
name = "Licence"
URL = "#licence"
weight = 8
[[menu.nav]]
name = "Docs"
URL = "docs"
weight = 9
# Site params
[params]
home= "Home"
logo = "images/resized-logo.png"
custom_css = ["css/custom.css"]
author = "Myelin.io"
title = "Myelin: Home"
description = "Myelin is a Kubernetes native end to end machine learning framework."
#tags = ["myelin", "machine", "learning", "ai", "kubernetes"]
[params.map]
enable = false
gmapAPI = "https://maps.googleapis.com/maps/api/js?key=AIzaSyBI14J_PNWVd-m0gnUBkjmhoQyNyd7nllA"
# Banner Section
[params.banner]
enable = true
bgImage = "images/top/backgroundv3.jpg"
heading = "Automate MLOps"
heading1 = "Boost Data Science"
content= "Myelin is a Kubernetes native end to end machine learning framework. It enables data scientists and machine learning engineers to train, deploy and monitor machine learning models."
btn = false
btnText="Explore Us"
btnURL="#products"
[params.banner.icon]
enable = false
icon = "tf-ion-play"
# call to action
[params.cta]
enable = false
title = "Would you like to know more?"
content = ""
btnURL = "#contact-us"
btnText = "Arrange a demo"
# counter
[params.counter]
enable = false
bgImage = "images/backgrounds/bg-1.jpg"
[[params.counter.counterItem]]
title = "Happy Clients"
icon = "tf-ion-android-happy"
count = "320"
[[params.counter.counterItem]]
title = "Projects completed"
icon = "tf-ion-archive"
count = "565"
[[params.counter.counterItem]]
title = "Positive feedback"
icon = "tf-ion-thumbsup"
count = "95"
[[params.counter.counterItem]]
title = "Cups of Coffee"
icon = "tf-ion-coffee"
count = "2500"
# footer
[params.footer]
copyright = "Myelin Limited"
copyrightURL = "http://myelin.io"
# social Icons
[[params.footer.socialIcon]]
icon = "tf-ion-social-facebook-outline"
url = "https://www.facebook.com/Myelinio-386514488779281"
[[params.footer.socialIcon]]
icon = "tf-ion-social-twitter-outline"
url = "https://twitter.com/myelinio"
# [[params.footer.socialIcon]]
# icon = "tf-ion-social-google-outline"
# url = "#"
# [[params.footer.socialIcon]]
# icon = "tf-ion-social-youtube"
# url = "#"
[[params.footer.socialIcon]]
icon = "tf-ion-social-linkedin-outline"
url = "https://www.linkedin.com/company/myelinio/"
[[params.footer.socialIcon]]
icon = "tf-ion-social-github-outline"
url = "https://github.com/myelinio/"
# [[params.footer.socialIcon]]
# icon = "tf-ion-social-dribbble-outline"
# url = "#"
# [[params.footer.socialIcon]]
# icon = "tf-ion-social-pinterest-outline"
# url = "#"
# internationalization
[languages]
[languages.en]
contentDir = "content"
[Author]
name = "Myelin.io"