From 4a61fa6fd3abad9d607ad58b2ee543b7036bf430 Mon Sep 17 00:00:00 2001 From: Olivier Goulet Date: Tue, 24 Feb 2026 10:42:57 -0500 Subject: [PATCH 1/5] feat(meeting-minutes): create page --- .../documents/steering-committee/.gitkeep | 0 content/meeting-minutes/index.md | 14 ++++++++++++++ data/meeting_minutes.yml | 9 +++++++++ 3 files changed, 23 insertions(+) create mode 100644 content/meeting-minutes/documents/steering-committee/.gitkeep create mode 100644 content/meeting-minutes/index.md create mode 100644 data/meeting_minutes.yml diff --git a/content/meeting-minutes/documents/steering-committee/.gitkeep b/content/meeting-minutes/documents/steering-committee/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/content/meeting-minutes/index.md b/content/meeting-minutes/index.md new file mode 100644 index 00000000..c8e22fdc --- /dev/null +++ b/content/meeting-minutes/index.md @@ -0,0 +1,14 @@ +--- +title: "Meeting Minutes" +date: 2026-02-24T00:00:00 +description: "Meeting minutes for the OpenHW Foundation." +hide_sidebar: true +hide_page_title: true +headline: "Meeting Minutes" +--- + +The OpenHW Foundation holds regular meetings to discuss the progress of our +projects, share updates, and plan future activities. Below are the minutes from +our recent meetings. + +{{< eclipsefdn_meeting_minutes >}} diff --git a/data/meeting_minutes.yml b/data/meeting_minutes.yml new file mode 100644 index 00000000..969b7698 --- /dev/null +++ b/data/meeting_minutes.yml @@ -0,0 +1,9 @@ +yearly_sections_enabled: true +dir: "/meeting-minutes/documents/" +order: + - "steering_committee" +items: + steering_committee: + - title: "27 January 2026 (pdf)" + url: "steering-committee/openhw-foundation-minutes-2026-01-27.pdf" + year: 2026 From 4cfeee512c754fc8c8125dc56ecf2d6808596a7a Mon Sep 17 00:00:00 2001 From: Olivier Goulet Date: Tue, 24 Feb 2026 10:48:00 -0500 Subject: [PATCH 2/5] feat: add menu item --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml b/config.toml index 8b05d855..6085b18e 100644 --- a/config.toml +++ b/config.toml @@ -126,6 +126,12 @@ themesDir = "node_modules/" parent = "resources" weight = 2 +[[menu.main]] + name = "Meeting Minutes" + url = "/resources/meeting-minutes/" + parent = "resources" + weight = 3 + [[menu.main]] name = "OpenHW TV" url = "/resources/openhwtv" From 1a4e958d5df4041882ef94db8de9a806844424f2 Mon Sep 17 00:00:00 2001 From: Olivier Goulet Date: Tue, 24 Feb 2026 10:48:14 -0500 Subject: [PATCH 3/5] feat: simplify content --- content/meeting-minutes/index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/meeting-minutes/index.md b/content/meeting-minutes/index.md index c8e22fdc..9b1821cc 100644 --- a/content/meeting-minutes/index.md +++ b/content/meeting-minutes/index.md @@ -7,8 +7,4 @@ hide_page_title: true headline: "Meeting Minutes" --- -The OpenHW Foundation holds regular meetings to discuss the progress of our -projects, share updates, and plan future activities. Below are the minutes from -our recent meetings. - {{< eclipsefdn_meeting_minutes >}} From 21439250deed7219e314492c86c558fe0b80e848 Mon Sep 17 00:00:00 2001 From: Olivier Goulet Date: Tue, 24 Feb 2026 10:49:00 -0500 Subject: [PATCH 4/5] feat: move to resources --- .../meeting-minutes/documents/steering-committee/.gitkeep | 0 content/{ => resources}/meeting-minutes/index.md | 0 data/meeting_minutes.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename content/{ => resources}/meeting-minutes/documents/steering-committee/.gitkeep (100%) rename content/{ => resources}/meeting-minutes/index.md (100%) diff --git a/content/meeting-minutes/documents/steering-committee/.gitkeep b/content/resources/meeting-minutes/documents/steering-committee/.gitkeep similarity index 100% rename from content/meeting-minutes/documents/steering-committee/.gitkeep rename to content/resources/meeting-minutes/documents/steering-committee/.gitkeep diff --git a/content/meeting-minutes/index.md b/content/resources/meeting-minutes/index.md similarity index 100% rename from content/meeting-minutes/index.md rename to content/resources/meeting-minutes/index.md diff --git a/data/meeting_minutes.yml b/data/meeting_minutes.yml index 969b7698..d091180f 100644 --- a/data/meeting_minutes.yml +++ b/data/meeting_minutes.yml @@ -1,5 +1,5 @@ yearly_sections_enabled: true -dir: "/meeting-minutes/documents/" +dir: "/resources/meeting-minutes/documents/" order: - "steering_committee" items: From cfa92516da4a9812e552b508f9190a20e322ffbb Mon Sep 17 00:00:00 2001 From: Olivier Goulet Date: Tue, 24 Feb 2026 10:49:53 -0500 Subject: [PATCH 5/5] feat: update title --- content/resources/meeting-minutes/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/resources/meeting-minutes/index.md b/content/resources/meeting-minutes/index.md index 9b1821cc..ffd481b9 100644 --- a/content/resources/meeting-minutes/index.md +++ b/content/resources/meeting-minutes/index.md @@ -1,10 +1,10 @@ --- -title: "Meeting Minutes" +title: "Committee Meetings" date: 2026-02-24T00:00:00 -description: "Meeting minutes for the OpenHW Foundation." +description: "Committee meeting minutes for the OpenHW Foundation." hide_sidebar: true hide_page_title: true -headline: "Meeting Minutes" +headline: "Committee Meetings" --- {{< eclipsefdn_meeting_minutes >}}