From 9ca5162175a6633c7ec19986e3c676df1c92dc2e Mon Sep 17 00:00:00 2001 From: Yaya Date: Fri, 12 Jul 2024 13:02:10 +0200 Subject: [PATCH] community: announce NixCon 2024 - Berlin https://2024.nixcon.org/ https://discourse.nixos.org/t/nixcon-2024-berlin-germany/48617 --- public/images/nixcon/nixcon.2024.svg | 3 +++ src/pages/community.astro | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 public/images/nixcon/nixcon.2024.svg diff --git a/public/images/nixcon/nixcon.2024.svg b/public/images/nixcon/nixcon.2024.svg new file mode 100644 index 0000000000..21f4414d8f --- /dev/null +++ b/public/images/nixcon/nixcon.2024.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/pages/community.astro b/src/pages/community.astro index 9c5d1d01c0..b2c0269b77 100644 --- a/src/pages/community.astro +++ b/src/pages/community.astro @@ -17,6 +17,14 @@ const meetups = await getEntry("community", "meetups"); const teams = await getCollection("teams"); const nixcons = [ + { + title: "NixCon 2024 - Berlin", + date: "25-27 October 2024", + href: "https://2024.nixcon.org/", + description: + "NixCon is a community-oriented conference for contributors and users of Nix and NixOS. It's about sharing experiences, inspiring people and discussing future development.", + imagePath: "/images/nixcon/nixcon.2024.svg", + }, { title: "NixCon 2023 - Darmstadt", date: "8-10 September 2023",