From 23f0109d056632ed08565f7b5269fbd750125683 Mon Sep 17 00:00:00 2001 From: Luke Harding Date: Tue, 19 Dec 2023 16:17:00 -0500 Subject: [PATCH 1/2] Add 404 Page --- compose.yaml | 14 +++ src/pages/404.astro | 219 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 233 insertions(+) create mode 100644 compose.yaml create mode 100644 src/pages/404.astro diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..36d46e7 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,14 @@ +services: + site: + # For local uncomment the following line and comment the image line + build: . + #image: ghcr.io/lukeh990/lukeh990.io:release + container_name: lukeh990-io + ports: + - 8080:8080 + watchtower: + image: containrrr/watchtower:latest + container_name: watchtower + volumes: + - /var/run/docker.sock:/var/run/docker.sock + command: --interval 3600 lukeh990-io \ No newline at end of file diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..00344ad --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,219 @@ +--- +import Layout from "../layouts/Layout.astro"; +--- + + +
+

404 NOT FOUND

+
+
+ + From 73c5eac5d9eb24a7ab06cc0bcf1f4f41bf7fd281 Mon Sep 17 00:00:00 2001 From: Luke Harding Date: Mon, 1 Jan 2024 15:55:41 -0500 Subject: [PATCH 2/2] Remove Mastodon Account --- src/pages/index.astro | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 5a37bd4..71ee906 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,20 +8,12 @@ import Layout from "../layouts/Layout.astro";

full-stack web dev