From ffa1da86b0c3b6146ce667cc06e93e7d8520060b Mon Sep 17 00:00:00 2001 From: Hero <15278940+HeroGamers@users.noreply.github.com> Date: Fri, 16 Oct 2020 21:59:42 +0200 Subject: [PATCH 1/2] Create marcus.json The docs for the site is in the works locally~ --- domains/marcus.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/marcus.json diff --git a/domains/marcus.json b/domains/marcus.json new file mode 100644 index 000000000..ea1da1392 --- /dev/null +++ b/domains/marcus.json @@ -0,0 +1,12 @@ +{ + "description": "A personal website", + "repo": "https://github.com/HeroGamers/HeroGamers", + "owner": { + "username": "HeroGamers", + "email": "hero@herogamers.xyz", + "twitter": "ItsHeroGamers" + }, + "record": { + "CNAME": "herogamers.github.io/HeroGamers" + } +} From 9861973df0e17e8786dbaf39ad2b188a1c6a8190 Mon Sep 17 00:00:00 2001 From: Hero <15278940+HeroGamers@users.noreply.github.com> Date: Sat, 17 Oct 2020 20:49:22 +0200 Subject: [PATCH 2/2] Update marcus.json --- domains/marcus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/marcus.json b/domains/marcus.json index ea1da1392..cbc3efd0a 100644 --- a/domains/marcus.json +++ b/domains/marcus.json @@ -7,6 +7,6 @@ "twitter": "ItsHeroGamers" }, "record": { - "CNAME": "herogamers.github.io/HeroGamers" + "CNAME": "herogamers.github.io" } }