From 9de87733f0d50de5f6226d7b43de5f14d1fbe48f Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Sat, 8 Apr 2023 14:01:08 +0200 Subject: [PATCH] renamed --- README.md | 4 ++-- astro.config.mjs | 2 +- flake.nix | 4 ++-- nix/site.nix | 8 ++++---- package.json | 4 ++-- src/components/cta.astro | 2 +- src/components/features.astro | 6 +++--- src/components/footer.astro | 2 +- src/components/hero.astro | 2 +- src/components/navbar/navbar.astro | 2 +- src/content/config.ts | 2 +- src/layouts/Layout.astro | 12 ++++++------ src/pages/imprint.astro | 2 +- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index d6fdc72..e8dea03 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# nixos.hamburg - Website +# nix-hh.de - Website -[nixos.hamburg](https://nixos.hamburg/) +[nix-hh.de](https://nix-hh.de/) ## 🧞 Commands diff --git a/astro.config.mjs b/astro.config.mjs index 9317a73..39e82e8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -20,7 +20,7 @@ const alias = { // https://astro.build/config export default defineConfig({ - site: "https://nixos.hamburg", + site: "https://nix-hh.de", integrations: [ mdx(), tailwind(), diff --git a/flake.nix b/flake.nix index 2fa97ec..fe594f6 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "NixOS Hamburg User Group Flake"; + description = "Nix Hamburg User Group Flake"; inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixpkgs-unstable"; @@ -37,7 +37,7 @@ ${pkgs.miniserve}/bin/miniserve -p 3001 --index index.html ${self'.packages.default} ''}"; - packages.default = self'.packages.nixos-hamburg-website; + packages.default = self'.packages.nix-hh-website; devShells.default = pkgs.mkShell { packages = builtins.attrValues { diff --git a/nix/site.nix b/nix/site.nix index b787f0b..d0a6184 100644 --- a/nix/site.nix +++ b/nix/site.nix @@ -15,14 +15,14 @@ in { ../yarn.lock ]; }; - projects.nixos-hamburg-website = { - name = "nixos-hamburg-website"; + projects.nix-hh-website = { + name = "nix-hh-website"; subsystem = "nodejs"; translator = "yarn-lock"; subsystemInfo.nodejs = 18; }; - packageOverrides.nixos-hamburg-website.copyNixos-hamburg-website = { + packageOverrides.nix-hh-website.copy-nix-hh-website = { installPhase = '' mkdir -p $out cp -rv ./dist/* $out @@ -30,6 +30,6 @@ in { }; }; - packages.nixos-hamburg-website = config.dream2nix.outputs.self.packages.nixos-hamburg-website; + packages.nix-hh-website = config.dream2nix.outputs.self.packages.nix-hh-website; }; } diff --git a/package.json b/package.json index c0610f5..fba3f6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "nixos.hamburg", + "name": "nix-hh", "type": "module", - "version": "0.0.2", + "version": "0.1.0", "private": true, "scripts": { "astro": "astro", diff --git a/src/components/cta.astro b/src/components/cta.astro index f433ea5..228c9a0 100644 --- a/src/components/cta.astro +++ b/src/components/cta.astro @@ -11,6 +11,6 @@ import Link from "./ui/link.astro"; We use Matrix, because is decentralized, end-to-end encrypted and open source.

- Join + Join
diff --git a/src/components/features.astro b/src/components/features.astro index 9fe4410..784978c 100644 --- a/src/components/features.astro +++ b/src/components/features.astro @@ -47,11 +47,11 @@ const features = [ Let's build community!

- As a Nix and NixOS user group based in Hamburg, our goal is to promote the adoption and use of Nix and NixOS in the local community. We believe that these technologies offer a unique approach to package management and system configuration, and can greatly benefit developers, sysadmins, and other IT professionals in Hamburg. + As a Nix user group based in Hamburg, our goal is to promote the adoption and use of Nix and NixOS in the local community. We believe that these technologies offer a unique approach to package management and system configuration, and can greatly benefit developers, sysadmins, and other IT professionals in Hamburg.

- Our group provides a platform for local users to learn about Nix and NixOS, share their experiences, and collaborate on projects. We also aim to build a strong community of users who can support and mentor each other, and help to spread the word about Nix and NixOS in Hamburg. + Our group provides a platform for local users to learn about Nix, share their experiences, and collaborate on projects. We also aim to build a strong community of users who can support and mentor each other, and help to spread the word about Nix in Hamburg.

- To achieve these goals, we organize regular meetups, workshops, and other events where members can come together to learn and share knowledge. We also maintain an online presence through social media and other channels, where we share news and updates about the latest developments in the Nix and NixOS ecosystem. + To achieve these goals, we organize regular meetups, workshops, and other events where members can come together to learn and share knowledge. We also maintain an online presence through social media and other channels, where we share news and updates about the latest developments in the Nix ecosystem.

We believe that by promoting Nix and NixOS in Hamburg, we can help to advance the use of functional package management and declarative system configuration in the region, and contribute to the wider community of users and developers around the world.

diff --git a/src/components/footer.astro b/src/components/footer.astro index e1d3aaf..246c5f1 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -1,6 +1,6 @@