Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title = "Eclipse S-CORE"
#theme = "hugo-solstice-theme"
metaDataFormat = "yaml"
disableKinds = []

enableRobotsTXT = true
uglyURLs = true
pluralizeListTitles = false

[Params]
Expand Down Expand Up @@ -88,3 +90,8 @@ pluralizeListTitles = false
# or to define your own menu links.

# [[menu.main]]

[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
1,738 changes: 825 additions & 913 deletions static/index.html → content/_index.md

Large diffs are not rendered by default.

1,264 changes: 513 additions & 751 deletions static/about-us.html → content/about-us.md

Large diffs are not rendered by default.

151 changes: 151 additions & 0 deletions content/articles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
---
title: "Eclipse S-CORE"
render_raw: true
extra_styles:
- "css/bootstrap.min.css"
- "css/loading.css"
- "css/navbar.css"
- "css/globals.css"
- "css/footer.css"
- "css/styleguide.css"
- "css/news.css"
extra_scripts:
- "js/jquery-3.7.1.min.js"
- "js/bootstrap.min.js"
- "js/loading.js"
use_shared_header: true
use_shared_footer: true
active_nav: "news"
header_class: "news-page-header"
header_title: "News & Events"
breadcrumb_html: |

<li class="breadcrumb-item">
<a href="index.html" class="breadcrumb-link text-white"
>Home</a
>
</li>
<li class="breadcrumb-item">
<a href="news.html" class="breadcrumb-link text-white"
>News &amp; Events</a
>
</li>
<li
class="breadcrumb-item active text-white"
aria-current="page"
>
Articles
</li>
---

<main class="main-section p-0 min-vh-100 d-flex flex-column">
<section class="esc-pages-section nav-tabs-section">
<div class="container">
<div class="nav-tabs-wrapper">
<ul class="nav nav-tabs">
<li class="nav-item">
<a class="nav-link" href="news.html">Conferences</a>
</li>
<li class="nav-item">
<a class="nav-link" href="press_releases.html">Press Releases</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="articles.html">Articles & News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="townhalls.html">Townhalls</a>
</li>
</ul>
</div>
</div>
</section>

<section
class="esc-section esc-news-container-section pt-0 min-vh-100 mt-4"
>
<div class="container">
<div class="row w-100 g-4">
<div class="col-12 col-xl-8 gap-3 mt-0">
<div class="d-flex flex-column gap-3">
<div class="main-blog-item-card d-flex flex-column gap-3">
<div
class="blog-img d-flex align-items-center justify-content-center"
>
<img src="images/news/s-core_05_release_teaser.png" alt="" />
</div>
<div class="blog-item-content">
<div
class="top-pick-date d-flex align-items-center gap-2 mb-2"
>
<span class="icon d-flex align-items-center">
<img src="images/icons/calendar.svg" alt="" />
</span>
<span class="date">Nov 6th, 2025</span>
</div>
<h2 class="h2 mb-3">
Eclipse S-CORE 0.5 – What’s inside the first public release.
</h2>
<p>
Source: Eclipse SDV WG Linkedin <br/><br/>
</p>
<p>
The first version of Eclipse S-CORE (Safe Open Vehicle Core) lays the groundwork for open, safety-ready automotive software.<br/>

</p>
<a
class="read-more btn btn-primary main-primary mt-4 d-inline-block text-center"
href="https://www.linkedin.com/posts/software-defined-vehicle_s-core-05-release-activity-7392145693861363712-JWqw" target="_blank"
>
Read More and Discuss
</a>
</div>
</div>
<div class="main-blog-item-card d-flex flex-column gap-3">
<div
class="blog-img d-flex align-items-center justify-content-center"
>
<img src="images/news/EF_Newsletter_2025_09.PNG" alt="" />
</div>
<div class="blog-item-content">
<div
class="top-pick-date d-flex align-items-center gap-2 mb-2"
>
<span class="icon d-flex align-items-center">
<img src="images/icons/calendar.svg" alt="" />
</span>
<span class="date">Sept 30, 2025</span>
</div>
<h2 class="h2 mb-3">
Eclipse S-CORE: A new approach to building automotive software together
</h2>
<p>
by Valerie Hasler and Memsud Godinjak
</p>
<a
class="read-more btn btn-primary main-primary mt-4 d-inline-block text-center"
href="https://newsroom.eclipse.org/eclipse-newsletter/2025/september/eclipse-s-core-new-approach-building-automotive-software-together"
>
Read More
</a>
</div>
</div>

</div>
<div class="text-center mt-3">
<a
class="show-more btn btn-primary main-outline-primary mt-4 d-inline-block text-center"
href="#"
>
Show More
</a>
</div>
</div>
<div class="col-12 col-xl-4 mt-xl-0 mt-5">
<div class="main-search-top-picks-card d-flex flex-column gap-4">

</div>
</div>
</div>
</div>
</section>
</main>
197 changes: 197 additions & 0 deletions content/blog-details.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
---
title: "S-CORE"
render_raw: true
extra_styles:
- "css/bootstrap.min.css"
- "css/loading.css"
- "css/owl.carousel.min.css"
- "css/navbar.css"
- "css/globals.css"
- "css/footer.css"
- "css/styleguide.css"
- "css/news.css"
extra_scripts:
- "js/jquery-3.7.1.min.js"
- "js/bootstrap.min.js"
- "js/owl.carousel.min.js"
- "js/news.js"
- "js/loading.js"
use_shared_header: true
use_shared_footer: true
active_nav: "news"
header_class: "news-details-page-header"
header_title: "Unlocking Innovation: The Power of Open Source Software"
breadcrumb_html: |

<li class="breadcrumb-item">
<a href="index.html" class="breadcrumb-link text-white"
>Home</a
>
</li>
<li class="breadcrumb-item">
<a href="news.html" class="breadcrumb-link text-white"
>News &amp; Events</a
>
</li>
<li
class="breadcrumb-item active text-white"
aria-current="page"
>
<span class="breadcrumb-text">
Unlocking Innovation: The Power of Open Source Software
</span>
</li>
---

<main class="main-section p-0 min-vh-100 d-flex flex-column">
<section
class="esc-section esc-news-details-container-section min-vh-100"
>
<div class="container">
<div class="blog-item-content">
<div class="top-pick-date d-flex align-items-center gap-2 mb-3">
<span class="icon d-flex align-items-center">
<img src="images/icons/calendar.svg" alt="" />
</span>
<span class="date">14 Feb, 2024</span>
</div>

<p>
One of the greatest advantages of open source software is its
community-driven nature, which brings together developers from
across the world. These contributors often come from vastly
different backgrounds, cultures, and levels of experience — yet
they unite around a shared goal: building better software. This
global collaboration leads to diverse perspectives, creative
problem-solving, and faster identification of bugs or security
flaws. Since the code is open and accessible, anyone can
contribute, whether it’s by writing new features, improving
documentation, or testing for issues. This open process allows the
software to evolve rapidly, often outpacing traditional
closed-source development. With thousands of eyes reviewing and
refining the code, quality tends to increase over time. The sense
of shared ownership among contributors also builds trust and
commitment within the community. Unlike proprietary systems, where
innovation is limited to internal teams, open source benefits from
decentralized innovation at scale. It’s this collaborative spirit
that turns open source from just code into a movement — one that’s
shaping the future of technology.
</p>
</div>

<div class="recommended-blogs mt-5">
<div class="esc-header esc-header-news mb-4">
<h2 class="h2">Recommended</h2>
</div>
<div class="esc-content">
<div class="owl-carousel-wrapper position-relative">
<div class="owl-carousel news-slider">
<div class="card">
<div class="card-img">
<img src="images/home/news-img.jpg" alt="" />
</div>
<div class="card-body p-0 py-4">
<h4 class="title mb-2">Next Eclipse Community Event</h4>
<p class="desc">
Next Eclipse Community Event, June 4th 2025 in Starnberg
</p>
</div>
<div class="card-actions">
<a class="learn-more" href="blog-details.html"
>Learn More
<div class="icon">
<img src="images/icons/right-arrow.svg" alt="" />
</div>
</a>
</div>
</div>

<div class="card">
<div class="card-img">
<img src="images/home/news-img.jpg" alt="" />
</div>
<div class="card-body p-0 py-4">
<h4 class="title mb-2">Next Eclipse Community Event</h4>
<p class="desc">
Next Eclipse Community Event, June 4th 2025 in Starnberg
</p>
</div>
<div class="card-actions">
<a class="learn-more" href="blog-details.html"
>Learn More
<div class="icon">
<img src="images/icons/right-arrow.svg" alt="" />
</div>
</a>
</div>
</div>
<div class="card">
<div class="card-img">
<img src="images/home/news-img.jpg" alt="" />
</div>
<div class="card-body p-0 py-4">
<h4 class="title mb-2">Next Eclipse Community Event</h4>
<p class="desc">
Next Eclipse Community Event, June 4th 2025 in Starnberg
</p>
</div>
<div class="card-actions">
<a class="learn-more" href="blog-details.html"
>Learn More
<div class="icon">
<img src="images/icons/right-arrow.svg" alt="" />
</div>
</a>
</div>
</div>
<div class="card">
<div class="card-img">
<img src="images/home/news-img.jpg" alt="" />
</div>
<div class="card-body p-0 py-4">
<h4 class="title mb-2">Next Eclipse Community Event</h4>
<p class="desc">
Next Eclipse Community Event, June 4th 2025 in Starnberg
</p>
</div>
<div class="card-actions">
<a class="learn-more" href="blog-details.html"
>Learn More
<div class="icon">
<img src="images/icons/right-arrow.svg" alt="" />
</div>
</a>
</div>
</div>
<div class="card">
<div class="card-img">
<img src="images/home/news-img.jpg" alt="" />
</div>
<div class="card-body p-0 py-4">
<h4 class="title mb-2">Next Eclipse Community Event</h4>
<p class="desc">
Next Eclipse Community Event, June 4th 2025 in Starnberg
</p>
</div>
<div class="card-actions">
<a class="learn-more" href="blog-details.html"
>Learn More
<div class="icon">
<img src="images/icons/right-arrow.svg" alt="" />
</div>
</a>
</div>
</div>
</div>
<button class="custom-prev" style="display: none">
<img src="images/icons/chevron-left.svg" alt="" />
</button>
<button class="custom-next" style="display: none">
<img src="images/icons/chevron-right.svg" alt="" />
</button>
</div>
</div>
</div>
</div>
</section>
</main>
Loading
Loading