This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.toml
158 lines (134 loc) · 3.71 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
baseurl = "https://openpass.eclipse.org/"
DefaultContentLanguage = "en"
title = "OpenPASS"
theme = "eclipsefdn-hugo-solstice-theme"
metaDataFormat = "yaml"
googleAnalytics = "UA-910670-30"
disableKinds = []
themesDir = "node_modules/"
enableRobotsTXT = true
[Params]
google_tag_manager = "GTM-5WLCZXC"
description = "The rise of advanced driver assistance systems and partially automated driving functions leads to the need of virtual simulation to assess these systems and their effects."
seo_title_suffix = " | The Eclipse Foundation"
keywords = ["automotive", "systems", "engineering"]
logo = "images/openpass/logo.png"
styles = "css/styles.css"
favicon = "images/openpass/favicon.ico"
share_img = "images/openpass/logo.png"
# gcse = "011805775785170369411:p3ec0igo0qq"
js = "js/solstice.js"
call_for_action_text = "Download"
call_for_action_url = "https://gitlab.eclipse.org/eclipse/simopenpass/simopenpass"
call_for_action_icon = "fa-download"
call_for_action_classes = "btn btn-secondary btn-huge"
featured_content_publish_target = "openpass"
[taxonomies]
category = "categories"
tag = "tags"
membership_level = "membership_levels"
participation_level = "participation_levels"
[Author]
name = "Christopher Guindon"
website = "https://www.eclipse.org"
email = "[email protected]"
facebook = "eclipse.org"
twitter = "EclipseFdn"
youtube = "EclipseFdn"
googleplus = "+Eclipse"
linkedin = "company/eclipse-foundation/"
[permalinks]
news = "/:sections/:year/:month/:day/:slug/"
[blackfriday]
plainIDAnchors = true
hrefTargetBlank = true
[[menu.main]]
name = "Target Objectives"
url = "/target_objectives"
weight = "1"
[[menu.main]]
name = "Architecture"
url = "/architecture"
weight = "2"
[[menu.main]]
name = "Platform Concept"
url = "/architecture/#platform-concept"
parent = "Architecture"
weight = "1"
[[menu.main]]
name = "Top-Level Architecture"
url = "/architecture/#top-level-architecture"
parent = "Architecture"
weight = "2"
[[menu.main]]
name = "Simulation Process"
url = "/architecture/#simulation-process-from-the-user-perspective"
parent = "Architecture"
weight = "3"
[[menu.main]]
name = "Working Group"
url = "#"
weight = "3"
[[menu.main]]
name = "Scope"
url = "/about/#scope"
parent = "Working Group"
weight = "1"
[[menu.main]]
name = "Timeline"
url = "/about/#timeline"
parent = "Working Group"
weight = "2"
[[menu.main]]
name = "Governance"
url = "/about/#governance"
parent = "Working Group"
weight = "3"
[[menu.main]]
name = "Members"
url = "/about/#members"
parent = "Working Group"
weight = "4"
[[menu.main]]
name = "Committees"
url = "/about/#committees"
parent = "Working Group"
weight = "5"
[[menu.main]]
name = "Resources"
url = "/resources"
weight = "4"
[[menu.main]]
name = "Sim@openPASS"
url = "/resources/#sim@openPASS"
parent = "Resources"
weight = "1"
[[menu.main]]
name = "Installation"
url = "/resources/#installation"
parent = "Resources"
weight = "2"
[[menu.main]]
name = "Tutorial"
url = "/resources/#tutorial"
parent = "Resources"
weight = "3"
[[menu.main]]
name = "Documentation"
url = "/resources/#documentation"
parent = "Resources"
weight = "4"
[[menu.main]]
name = "Glossary"
url = "/resources/#glossary"
parent = "Resources"
weight = "5"
[[menu.main]]
name = "Report a bug"
url = "/resources/#report-a-bug"
parent = "Resources"
weight = "6"
[[menu.main]]
name = "Contact"
url = "/about/contact"
weight = "5"