-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathconfig.toml
More file actions
97 lines (84 loc) · 2.89 KB
/
config.toml
File metadata and controls
97 lines (84 loc) · 2.89 KB
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
baseurl = "https://eclipse.dev/score"
DefaultContentLanguage = "en"
title = "Eclipse S-CORE"
#theme = "hugo-solstice-theme"
metaDataFormat = "yaml"
disableKinds = []
enableRobotsTXT = true
uglyURLs = true
pluralizeListTitles = false
[Params]
google_tag_manager = "GTM-5WLCZXC"
description = "The Eclipse Safe Open Vehicle Core project aims to develop an open-source core stack for Software Defined Vehicles (SDVs), specifically targeting embedded high-performance Electronic Control Units (ECUs)."
seo_title_suffix = " | The Eclipse Foundation"
keywords = ["eclipse", "S-CORE", "SCORE", "sdv", "software defined vehicle", "open source automotive", "automotive software", "ecu software", "embedded automotive", "iso 26262", "iso/sae 21434", "vehicle runtime", "automotive stack", "sdv platform", "real-time software", "rust automotive", "modular vehicle software", "scalable sdv", "open source", "automotive development", "functional safety", "cybersecurity compliance", "ecu integration"]
news_count = 3
gcse = "011805775785170369411:p3ec0igo0qq"
gcse_result_url = "https://www.eclipse.org/home/search/"
header_wrapper_class = "header_wrapper_class"
call_for_action_text = "Download"
call_for_action_url = "//eclipse.org/downloads/"
call_for_action_icon = "fa-download"
layout_style = "astro"
hide_ad = false
featured_content_publish_target = "eclipse_org"
sidebar_layout = "default"
# js = ""
# styles = ""
# logo = ""
# favicon = ""
# share_img = ""
# logo_width = ""
# header_left_classes = ""
# main_menu_wrapper_classes = ""
# projects_working_group = ""
# show_events = true
# table_classes = "table table-bordered"
# hide_cfa_same_page = true
# show_collapsible_menu = true
[taxonomies]
tag = "tags"
[Params.author]
name = "Eclipse Foundation"
website = "https://www.eclipse.org"
email = "webdev@eclipse-foundation.org"
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.sidebar]]
name = "Documentation"
url = "/home"
weight = 1
identifier = "home"
[[menu.sidebar]]
parent ="home"
name = "hugo-solstice-theme"
url = "https://webdev.eclipse.org/docs/hugo/"
weight = 1
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
[[menu.sidebar]]
parent ="home"
name = "Solstice"
url = "https://www.eclipse.org/eclipse.org-common/themes/solstice/docs/"
weight = 2
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
[[menu.sidebar]]
parent ="home"
name = "Hugo"
url = "https://gohugo.io/documentation/"
weight = 3
pre = "<i class=\"fa fa-caret-right fa-fw\"></i>"
# Uncomment [[menu.main]] to hide the default EF menu
# or to define your own menu links.
# [[menu.main]]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true