From c991fdd087e8054f05b5e73d0475d86bfa83291c Mon Sep 17 00:00:00 2001 From: Michael <56214343+RiskyMH@users.noreply.github.com> Date: Sat, 9 Apr 2022 19:00:58 +1000 Subject: [PATCH 1/3] add riskymh.json --- domains/riskymh.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/riskymh.json diff --git a/domains/riskymh.json b/domains/riskymh.json new file mode 100644 index 000000000..2c98a7347 --- /dev/null +++ b/domains/riskymh.json @@ -0,0 +1,13 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/RiskyMH/RiskyMH.github.io", + "owner": { + "username": "RiskyMH", + "discord": "RiskyMH#0182", + "email": "" + }, + "record": { + "URL": "RiskyMH.github.io" + } + } + \ No newline at end of file From 5b276fc7936368101cc44ea4cbee22ce3c31499a Mon Sep 17 00:00:00 2001 From: Michael <56214343+RiskyMH@users.noreply.github.com> Date: Sat, 9 Apr 2022 19:59:24 +1000 Subject: [PATCH 2/3] de-capitalize reccord url (mabe fixing workflow error) --- domains/riskymh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/riskymh.json b/domains/riskymh.json index 2c98a7347..78e2025f2 100644 --- a/domains/riskymh.json +++ b/domains/riskymh.json @@ -7,7 +7,7 @@ "email": "" }, "record": { - "URL": "RiskyMH.github.io" + "URL": "riskymh.github.io" } } \ No newline at end of file From d28216bc82aeb3ce9c6e01a2b446a77c030ca4c3 Mon Sep 17 00:00:00 2001 From: Michael <56214343+RiskyMH@users.noreply.github.com> Date: Sat, 9 Apr 2022 20:18:36 +1000 Subject: [PATCH 3/3] Woops, I forgot how to do URLs --- domains/riskymh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/riskymh.json b/domains/riskymh.json index 78e2025f2..a8ba5ad51 100644 --- a/domains/riskymh.json +++ b/domains/riskymh.json @@ -7,7 +7,7 @@ "email": "" }, "record": { - "URL": "riskymh.github.io" + "URL": "https://riskymh.github.io" } } \ No newline at end of file