From f580569879fdaf842e4fb0d48a3b26dc7e97c435 Mon Sep 17 00:00:00 2001 From: something Date: Tue, 6 Aug 2024 19:50:25 +0300 Subject: [PATCH 1/3] Setup Still need to add my email --- domains/TrackStore.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/TrackStore.json diff --git a/domains/TrackStore.json b/domains/TrackStore.json new file mode 100644 index 000000000..ee439dabb --- /dev/null +++ b/domains/TrackStore.json @@ -0,0 +1,11 @@ +{ + "description": "TrackStore will be website where people can share and find Hill Climb Racing 2 custom tracks. It is not ready yet, but is actively under development. For more info, see https://github.com/TrackStore#README", + "repo": "https://github.com/TrackStore/TrackStore.github.io", + "owner": { + "username": "TrackStore", + "email": "" + }, + "record": { + "CNAME": "TrackStore.github.io" + } +} From ef2a88bedaf2f6ff56c20f0fa5883d27f2facfd1 Mon Sep 17 00:00:00 2001 From: something Date: Tue, 6 Aug 2024 19:59:26 +0300 Subject: [PATCH 2/3] Add email --- domains/TrackStore.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/TrackStore.json b/domains/TrackStore.json index ee439dabb..2860feb59 100644 --- a/domains/TrackStore.json +++ b/domains/TrackStore.json @@ -1,9 +1,9 @@ { - "description": "TrackStore will be website where people can share and find Hill Climb Racing 2 custom tracks. It is not ready yet, but is actively under development. For more info, see https://github.com/TrackStore#README", + "description": "TrackStore will be website where people can share and find Hill Climb Racing 2 custom tracks. It is not ready yet, but is actively under development. The email I used is a Proton Mail 'hide my email alias'. For more info on TrackStore, see https://github.com/TrackStore#README", "repo": "https://github.com/TrackStore/TrackStore.github.io", "owner": { "username": "TrackStore", - "email": "" + "email": "imaginary_macaw058@simplelogin.com" }, "record": { "CNAME": "TrackStore.github.io" From 49c29d593d13832fc84a326d14e01ddd087fcab2 Mon Sep 17 00:00:00 2001 From: something Date: Tue, 6 Aug 2024 20:08:26 +0300 Subject: [PATCH 3/3] Fix --- domains/TrackStore.json | 11 ----------- domains/trackstore.json | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 domains/TrackStore.json create mode 100644 domains/trackstore.json diff --git a/domains/TrackStore.json b/domains/TrackStore.json deleted file mode 100644 index 2860feb59..000000000 --- a/domains/TrackStore.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "TrackStore will be website where people can share and find Hill Climb Racing 2 custom tracks. It is not ready yet, but is actively under development. The email I used is a Proton Mail 'hide my email alias'. For more info on TrackStore, see https://github.com/TrackStore#README", - "repo": "https://github.com/TrackStore/TrackStore.github.io", - "owner": { - "username": "TrackStore", - "email": "imaginary_macaw058@simplelogin.com" - }, - "record": { - "CNAME": "TrackStore.github.io" - } -} diff --git a/domains/trackstore.json b/domains/trackstore.json new file mode 100644 index 000000000..eb92f2038 --- /dev/null +++ b/domains/trackstore.json @@ -0,0 +1,11 @@ +{ + "description": "TrackStore is website where people can share and find Hill Climb Racing 2 custom tracks. It is not ready yet, but is actively under development. The email I used is a Proton Mail 'hide my email alias'. For more info on TrackStore, see https://github.com/TrackStore#README", + "repo": "https://github.com/TrackStore/TrackStore.github.io", + "owner": { + "username": "TrackStore", + "email": "imaginary_macaw058@simplelogin.com" + }, + "record": { + "CNAME": "trackstore.github.io" + } +}