From 917fcf5205459a4fed314c3daa5020b7e51344cc Mon Sep 17 00:00:00 2001 From: Bnyro <82752168+Bnyro@users.noreply.github.com> Date: Thu, 12 Jan 2023 17:01:38 +0100 Subject: [PATCH] Add subdomain `bnyro` via CNAME using GH pages --- domains/bnyro.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/bnyro.json diff --git a/domains/bnyro.json b/domains/bnyro.json new file mode 100644 index 000000000..a7ab3544a --- /dev/null +++ b/domains/bnyro.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/Bnyro/bnyro.github.io", + "owner": { + "username": "Bnyro", + "email": "bnyro@tutanota.com", + }, + "record": { + "CNAME": "bnyro.github.io" + } +}