change domain

This commit is contained in:
Reid 2024-08-02 19:38:19 -07:00
parent 72b1e8e0b4
commit db6702b64d
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
6 changed files with 13 additions and 13 deletions

View file

@ -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
```

View file

@ -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

View file

@ -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; [

View file

@ -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",

View file

@ -13,12 +13,12 @@ import ProjectsList from "../components/Projects.astro";
<ProjectsList
projects={[
{
name: "reidlab.online",
name: "reidlab.pink",
description: "this website!",
date: new Date(2024, 6, 14),
links: [
"https://reidlab.online",
"https://git.reidlab.online/reidlab/website"
"https://reidlab.pink",
"https://git.reidlab.pink/reidlab/website"
]
}
]}

View file

@ -13,10 +13,10 @@ import Card from "../components/Card.astro";
<li><a href="https://discord.com/users/436321340304392222" target="_blank">reidlab @ discord</a></li>
<li><a href="https://www.youtube.com/@reidlab" rel="me" target="_blank">youtube</a></li>
<li><a href="https://rateyourmusic.com/~reidlab" rel="me" target="_blank">rateyourmusic</a></li>
<li><a href="https://git.reidlab.online/reidlab" rel="me" target="_blank">self-hosted git</a></li>
<li><a href="https://git.reidlab.pink/reidlab" rel="me" target="_blank">self-hosted git</a></li>
<li><a href="https://github.com/reidlabwastaken" rel="me" target="_blank">github</a></li>
</ul>
<p>if you'd like to get in touch with me, the only <em>reliable</em> way is via discord. i tend to take a while or sometimes miss other contact methods</p>
<p>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 <samp>reidlab (at) reidlab (dot) online</samp></p>
<p>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 <samp>reidlab (at) reidlab (dot) this domain</samp></p>
</Card>
</Layout>