-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
341 lines (283 loc) · 8.5 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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
baseurl = "http://localhost/basyx/"
#baseurl = "http://localhost/"
#baseurl = ""
title = "Eclipse BaSyx"
theme = "hugo-universal-theme"
#themesDir = "../.."
languageCode = "en-us"
# Site language. Available translations in the theme's `/i18n` directory.
defaultContentLanguage = "en"
# Enable comments by entering your Disqus shortname
# disqusShortname = "devcows"
# Enable Google Analytics by entering your tracking code
# googleAnalytics = "UA-XXXXX-X"
googleAnalytics = ""
pluralizelisttitles = "false"
# Define the number of posts per page
paginate = 10
# Adding this COMMENT for testing
[menu]
# Main menu
#[[menu.main]]
# name = "Home"
## url = "/"
# weight = 10
#[[menu.main]]
# name = "Blog"
# url = "/blog/"
# weight = 15
[[menu.main]]
name = "About"
url = "/about/"
weight = 20
[[menu.main]]
identifier = "benefits"
name = "Benefits"
url = "/benefits/"
weight = 25
[[menu.main]]
name = "Digitization"
url = "/digitization/"
weight = 1
parent = "benefits"
[[menu.main]]
name = "Integrated Applications"
url = "/integrated-applications/"
weight = 2
parent = "benefits"
[[menu.main]]
name = "Concepts"
url = "/concepts/"
weight = 1
parent = "developer"
[[menu.main]]
name = "Architecture"
url = "/architecture/"
weight = 2
parent = "developer"
[[menu.main]]
identifier = "ecosystem"
name = "Ecosystem"
url = "/ecosystem/"
weight = 30
[[menu.main]]
name = "AAS Dataspace"
url = "https://www.iese.fraunhofer.de/en/solution/dataspace.html"
weight = 31
[[menu.main]]
identifier = "overview"
name = "Overview"
url = "/overview/"
weight = 1
parent = "ecosystem"
[[menu.main]]
identifier = "partners"
name = "Partners"
url = "/partners/"
weight = 2
parent = "ecosystem"
[[menu.main]]
identifier = "success-stories"
name = "Success Stories"
url = "/success-stories/"
weight = 3
parent = "ecosystem"
[[menu.main]]
identifier = "getting-started"
name = "Getting Started"
url = "/getting-started/"
weight = 45
[[menu.main]]
identifier = "videos"
name = "Videos"
url = "/videos/"
weight = 1
parent = "getting-started"
[[menu.main]]
name = "Download Source Code"
url = "https://github.com/eclipse-basyx"
weight = 2
parent = "getting-started"
[[menu.main]]
name = "Download Containers"
url = "https://hub.docker.com/search?q=eclipsebasyx"
weight = 3
parent = "getting-started"
[[menu.main]]
name = "Open Hour"
url = "https://www.iese.fraunhofer.de/en/customers_industries/digitalisierung-produktion/industrie40/basyx_open_hour.html"
weight = 4
parent = "getting-started"
[[menu.main]]
identifier = "developer"
name = "Developer"
url = "/developer/"
weight = 55
#[[menu.main]]
# name = "Ecosystem"
# url = "/ecosystem/"
# weight = 40
#[[menu.main]]
# name = "Details"
# url = "/"
# weight = 20
#[[menu.main]]
# name = "Reference Projects"
# url = "https://wiki.eclipse.org/BaSyx_/_Reference_Projects"
# weight = 25
#[[menu.main]]
# name = "Use Cases"
# url = "/use case/"
# weight = 25
#[[menu.main]]
# name = "Forum"
# url = "https://www.eclipse.org/forums/index.php/f/386/"
# weight = 30
#[[menu.main]]
# name = "Documentation"
# url = "https://wiki.eclipse.org/BaSyx"
# weight = 35
#[[menu.main]]
# name = "Offers"
# url = "/offer/"
# weight = 35
#[[menu.main]]
# name = "Download"
# url = "https://github.com/eclipse-basyx"
# url = "/download/"
# weight = 45
[[menu.main]]
identifier = "contributing"
name = "Contributing"
url = "https://wiki.basyx.org/en/latest/content/user_documentation/developer/contributing.html"
weight = 3
parent = "developer"
[[menu.main]]
name = "Wiki"
url = "https://wiki.basyx.org/en/latest/"
weight = 4
target = "_blank"
parent = "developer"
#[[menu.main]]
# name = "Mailist"
# url = "/calendar/"
# weight = 50
# Top bar social links menu
[[menu.topbar]]
weight = 1
name = "Git Repository"
url = "https://github.com/eclipse-basyx"
pre = "<i class='fa fa-2x fa-git-square'></i>"
#[[menu.topbar]]
# weight = 2
# name = "Facebook"
# url = "http://facebook.com"
# pre = "<i class='fa fa-2x fa-facebook'></i>"
#[[menu.topbar]]
# weight = 3
# name = "Twitter"
# url = "http://twitter.com/Appstacle"
# pre = "<i class='fa fa-2x fa-twitter'></i>"
[[menu.topbar]]
weight = 4
name = "Email"
url = "mailto:[email protected]"
pre = "<i class='fa fa-2x fa-envelope'></i>"
[params]
viewMorePostLink = "/blog/"
author = "Fraunhofer IESE"
defaultKeywords = ["basyx", "eclipse basyx", "Asset Administration Shell", "verwaltungsschale digitaler zwilling", "basys 4.0", "basys 4.2", "shopfloor digitalization", "digital twins for production systems", "implementation of Digital Twin"]
defaultDescription = "Eclipse BaSyx is the most versatile, extensible, and feature-packed open-source software for working with Asset Administration Shells"
custom_css = ["css/custom.css"]
# Google Maps API key (if not set will default to not passing a key.)
#googleMapsApiKey = "AIzaSyCFhtWLJcE30xOAjcbSFi-0fnoVmQZPb1Y"
# Style options: default (light-blue), blue, green, marsala, pink, red, turquoise, violet
style = "blue"
# Since this template is static, the contact form uses www.formspree.io as a
# proxy. The form makes a POST request to their servers to send the actual
# email. Visitors can send up to a 1000 emails each month for free.
#
# What you need to do for the setup?
#
# - set your email address under 'email' below
# - upload the generated site to your server
# - send a dummy email yourself to confirm your account
# - click the confirm link in the email from www.formspree.io
# - you're done. Happy mailing!
#
# Enable the contact form by entering your Formspree.io email
email = ""
#copyright = "Copyright © 2021 The Eclipse Foundation. All Rights Reserved."
# Format dates with Go's time formatting
date_format = "January 2, 2006"
logo = "img/basyxlogo.png"
logo_small = "img/basyxlogo.png"
#address = """<p><strong>Universal Ltd.</strong>
# <br>13/25 New Avenue
# <br>Newtown upon River
# <br>45Y 73J
# <br>England
# <br>
# <strong>Great Britain</strong>
# </p>
# """
# latitude = "-12.043333"
# longitude = "-77.028333"
[Permalinks]
blog = "/blog/:year/:month/:day/:filename/"
# Enable or disable top bar with social icons
[params.topbar]
enable = true
text = """<p class="hidden-sm hidden-xs">Contact us on <a href="mailto:[email protected]">[email protected]</a></p>
<p class="hidden-md hidden-lg"><a href="#" data-animate-hover="pulse"><i class="fa fa-phone"></i></a>
<a href="#" data-animate-hover="pulse"><i class="fa fa-envelope"></i></a>
</p>
"""
# Enable and disable widgets for the right sidebar
[params.widgets]
categories = false
tags = true
search = true
[params.carousel]
enable = true
# All carousel items are defined in their own files. You can find example items
# at 'exampleSite/data/carousel'.
# For more information take a look at the README.
[params.features]
enable = true
# All features are defined in their own files. You can find example items
# at 'exampleSite/data/features'.
# For more informtion take a look at the README.
title = "Features"
[params.video]
enable = false
title = "Basissystem Industrie 4.0"
subtitle = "Eine offene Plattform für die vierte industrielle Revolution"
url = "http://www.basys40.de/wp-content/uploads/2014/09/BaSys-HP.mp4"
[params.clients]
enable = false
# All clients are defined in their own files. You can find example items
# at 'exampleSite/data/clients'.
# For more information take a look at the README.
title = "Our Partners"
subtitle = ""
[params.recent_posts]
enable = false
title = "Our latest news"
subtitle = ""
[params.about]
enable = true
title = "Eclipse BaSyx Project"
[params.testimonials]
enable = true
title = "Testimonials"
subtitle = "Have a look what BaSyx users & partners said about the open source Industry 4.0 platform."
#[params.ecosystem]
# enable = true
# title = "Ecosystem"
# categories = true
# search = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true