From 5949c7f198aad52c0419b6d71e87a07f6e0f0cbe Mon Sep 17 00:00:00 2001 From: Andrea K Date: Wed, 15 Jan 2025 14:13:49 +0200 Subject: [PATCH] feat: makes requested Berlin 2025 changes --- berlin-2025/data/en/homepage.yml | 2 +- themes/gathering-theme/layouts/index.html | 45 +++++++++++------------ 2 files changed, 23 insertions(+), 24 deletions(-) diff --git a/berlin-2025/data/en/homepage.yml b/berlin-2025/data/en/homepage.yml index 918189c..9e90e2d 100644 --- a/berlin-2025/data/en/homepage.yml +++ b/berlin-2025/data/en/homepage.yml @@ -28,7 +28,7 @@ tickets: event: enable: true title: "Join us in Berlin for a gathering of the InnerSource community!" - content: "The InnerSource Gathering is an event that explores the secrets to achieving collaboration across organizational boundaries in software development. InnerSource means fostering an open source-like culture within a company and realizing highly transparent collaboration. As companies grow, walls can form between departments and products, making collaboration difficult. By adopting InnerSource to break down barriers between departments and achieve co-creation, organizations can generate synergy and prevent reinventing the wheel. InnerSource Gatherings introduces the latest trends and practical examples of InnerSource and provides a place for participants to deepen their interactions. The key to unlocking the future of your organization is here. Please join us! Registration for the Gathering will open soon or you can get your gathering pass as an add-on to a ticket for FOSS Backstage, the two day conference on all things community, management and compliance in Free and Open Source Software here" + content: "The InnerSource Gathering is an event that explores the secrets to achieving collaboration across organizational boundaries in software development. InnerSource means fostering an open source-like culture within a company and realizing highly transparent collaboration. As companies grow, walls can form between departments and products, making collaboration difficult. By adopting InnerSource to break down barriers between departments and achieve co-creation, organizations can generate synergy and prevent reinventing the wheel. InnerSource Gatherings introduces the latest trends and practical examples of InnerSource and provides a place for participants to deepen their interactions. The key to unlocking the future of your organization is here. Please join us! Registration for the Gathering will open soon or you can get your gathering pass as an add-on to a ticket for FOSS Backstage, the two day conference on all things community, management and compliance in Free and Open Source Software here" link: "https://25.foss-backstage.de/tickets/" ############################# Feature ########################### diff --git a/themes/gathering-theme/layouts/index.html b/themes/gathering-theme/layouts/index.html index bc8ca44..a8096ac 100644 --- a/themes/gathering-theme/layouts/index.html +++ b/themes/gathering-theme/layouts/index.html @@ -158,29 +158,6 @@

Upcoming Events

{{ end }} {{ end }} - -{{ if $data.homepage.feature.enable }} -{{ with $data.homepage.feature }} -
-
-
- {{ range .feature_item }} -
-
- -

{{ .name | markdownify }}

-
-

{{ .content | markdownify }}

-
-
- {{ end }} -
-
-
-{{ end }} -{{ end }} - - {{ if $data.homepage.schedule.enable }} {{ partial "schedule.html" . }} @@ -274,6 +251,28 @@
{{ .date }}
+ +{{ if $data.homepage.feature.enable }} +{{ with $data.homepage.feature }} +
+
+
+ {{ range .feature_item }} +
+
+ +

{{ .name | markdownify }}

+
+

{{ .content | markdownify }}

+
+
+ {{ end }} +
+
+
+{{ end }} +{{ end }} +