From 1e523ecbc41840b593476cd871cf85b8b16ca5da Mon Sep 17 00:00:00 2001 From: Muskan Hashim Date: Wed, 5 Aug 2026 06:52:34 +0200 Subject: [PATCH 1/2] Add Community Calendar page under Events dropdown New /community-calendar page embedding the scverse Google Calendar with Google and iCal subscribe links and open-community-meeting details. Adds it as a dropdown item under Events in the header nav and to the footer. --- content/community-calendar/_index.md | 33 ++++++++++++++++++++++++++++ layouts/community-calendar/list.html | 22 +++++++++++++++++++ layouts/partials/footer.html | 1 + layouts/partials/header.html | 18 ++++++++++++--- 4 files changed, 71 insertions(+), 3 deletions(-) create mode 100644 content/community-calendar/_index.md create mode 100644 layouts/community-calendar/list.html diff --git a/content/community-calendar/_index.md b/content/community-calendar/_index.md new file mode 100644 index 00000000..eca135d9 --- /dev/null +++ b/content/community-calendar/_index.md @@ -0,0 +1,33 @@ ++++ +title = "Community Calendar" ++++ + +Here's an overview of what's happening across the scverse community: our regular open +community meetings and upcoming events such as hackathons and conferences. The calendar +below stays in sync with our Google Calendar, so it's always up to date. You can also +subscribe to it and follow along from your own calendar app. + + + +## Subscribe to the calendar + +Add the scverse community calendar to your own calendar to get all our meetings and events automatically: + +- [Add to Google Calendar](https://calendar.google.com/calendar/render?cid=c_f704cd855e47d4b6279687e0346f1ac60e6c46dc9c3cd00c62635499aa1489b9%40group.calendar.google.com) +- [Subscribe via iCal](https://calendar.google.com/calendar/ical/c_f704cd855e47d4b6279687e0346f1ac60e6c46dc9c3cd00c62635499aa1489b9%40group.calendar.google.com/public/basic.ics) (Apple Calendar, Outlook, Thunderbird, and other apps) + +## Open community meeting + +Scverse community meetings happen **every two weeks on Tuesday at 6pm CET** and are open +to everyone! If you are new to scverse, these meetings are a great way to get to know the +people behind the project. + +**Agenda**, **next dates**, **meeting notes** and the **Zoom link** are available from the +[meeting document](https://hackmd.io/VfVLKb3ETGKN2j_7tn8ZJQ?view). See our +[events page](/events) for past and upcoming hackathons and conferences. diff --git a/layouts/community-calendar/list.html b/layouts/community-calendar/list.html new file mode 100644 index 00000000..7d39cc10 --- /dev/null +++ b/layouts/community-calendar/list.html @@ -0,0 +1,22 @@ + + + + {{ partial "head" . }} + + +
+ {{ partial "header" . }} +
+
+
+
+

{{ .Title }}

+
+ {{ .Content }} +
+
+
+
+ {{ partial "footer" . }} + + diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 445f1a89..7f57bd47 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -7,6 +7,7 @@
Pages
  • Packages
  • Learn
  • People
  • +
  • Community Calendar
  • Blog
  • Events
  • About
  • diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 4ac6cf81..17be1ab9 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -69,14 +69,26 @@ >Blog -