From 6151ee62c0d12afcdad9086b828b0e3acf272544 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Apr 2026 00:16:20 +0000 Subject: [PATCH 1/3] Initial plan From 692c19998cfd0182b91d6f47a3f75de80291fa0b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Apr 2026 00:17:13 +0000 Subject: [PATCH 2/3] Fix index.html: replace malformed Cocoa HTML Writer output with clean HTML page Agent-Logs-Url: https://github.com/loganfinney27/loganfinney27.github.io/sessions/9bc03403-3756-45f4-9d9c-01551e2056b6 Co-authored-by: loganfinney27 <136375980+loganfinney27@users.noreply.github.com> --- README.md | 4 +++- index.html | 22 +++------------------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index a86f4d7..55bb46c 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# GitHub Pages +# loganfinney27.github.io + +A simple personal site hosted with [GitHub Pages](https://pages.github.com/). diff --git a/index.html b/index.html index 7147db5..126a800 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,7 @@ - + - - - - - - - - -

<!DOCTYPE html>

-

<html>

-

<body>

-

<h1>Hello World</h1>

-

<p>I'm hosted with GitHub Pages.</p>

-

</body>

-

</html>

+

Hello World

+

I'm hosted with GitHub Pages.

From 36aeabb58d05336812bd0e13b4b3a1fe4438d4c7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Apr 2026 00:23:03 +0000 Subject: [PATCH 3/3] Add CNAME file for custom domain thegemstone.org Agent-Logs-Url: https://github.com/loganfinney27/loganfinney27.github.io/sessions/07b0d6ed-46d2-4747-94db-2f25b6f396c0 Co-authored-by: loganfinney27 <136375980+loganfinney27@users.noreply.github.com> --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..bd729bc --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +thegemstone.org