diff --git a/README.md b/README.md index 80f9466..863f946 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# reidlab-online +# reidlab-pink webbed site yum,,.! @@ -9,7 +9,7 @@ webbed site yum,,.! first, clone dependencies: ```sh -git clone https://git.reidlab.online/reidlab/reidlab-online && cd reidlab-online +git clone https://git.reidlab.pink/reidlab/website && cd website npm install ``` diff --git a/astro.config.mjs b/astro.config.mjs index e2121ae..bdb8167 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,7 +5,7 @@ import compress from "astro-compress"; // https://astro.build/config export default defineConfig({ - site: "https://reidlab.online", + site: "https://reidlab.pink", vite: { build: { sourcemap: true diff --git a/flake.nix b/flake.nix index 3922c70..d06900e 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "reidlab.online"; + description = "reidlab.pink"; inputs = { flake-utils.url = "github:numtide/flake-utils"; @@ -16,7 +16,7 @@ in rec { packages = flake-utils.lib.flattenTree { - reidlab-online = pkgs.buildNpmPackage { + reidlab-pink = pkgs.buildNpmPackage { pname = package.name; inherit (package) version; @@ -34,7 +34,7 @@ }; }; - defaultPackage = packages.reidlab-online; + defaultPackage = packages.reidlab-pink; devShells.default = pkgs.mkShell { packages = with pkgs; [ diff --git a/package.json b/package.json index ffd4fb6..fc75438 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "reidlab-online", + "name": "reidlab-pink", "version": "1.0.0", - "description": "reidlab.online", + "description": "reidlab.pink", "main": "index.js", "scripts": { "dev": "astro dev", diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 066b2f2..bdd8df7 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -13,12 +13,12 @@ import ProjectsList from "../components/Projects.astro"; reidlab @ discord
  • youtube
  • rateyourmusic
  • -
  • self-hosted git
  • +
  • self-hosted git
  • github
  • if you'd like to get in touch with me, the only reliable way is via discord. i tend to take a while or sometimes miss other contact methods

    -

    if you do not want to directly contact me through discord or want to contact about more serious inquries, you can try the email address reidlab (at) reidlab (dot) online

    +

    if you do not want to directly contact me through discord or want to contact about more serious inquries, you can try the email address reidlab (at) reidlab (dot) this domain

    \ No newline at end of file