From f6c02d4410315cb6a9f773c7b721ad623d46070a Mon Sep 17 00:00:00 2001 From: Logic Kenzie Date: Mon, 25 Sep 2023 07:56:10 -0500 Subject: [PATCH 1/2] Add Speedtest Submodule --- .gitmodules | 3 +++ src/pages/speedtest | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 src/pages/speedtest diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3484d24 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/pages/speedtest"] + path = src/pages/speedtest + url = https://git.ixvd.net/logically.cc/speedtest diff --git a/src/pages/speedtest b/src/pages/speedtest new file mode 160000 index 0000000..d2adb1c --- /dev/null +++ b/src/pages/speedtest @@ -0,0 +1 @@ +Subproject commit d2adb1cefd82c3d8b2d381851878daa917fe75d6 From 1aac5ffa58cde0810ea463cf4886ba834d63ff20 Mon Sep 17 00:00:00 2001 From: Logic Kenzie Date: Mon, 25 Sep 2023 07:59:52 -0500 Subject: [PATCH 2/2] Update markdown --- src/pages/projects/social.md | 2 +- src/pages/projects/speedtest.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/projects/social.md b/src/pages/projects/social.md index 4432929..6c8bf04 100644 --- a/src/pages/projects/social.md +++ b/src/pages/projects/social.md @@ -2,6 +2,6 @@ title: LogicallySocial category: Social status: Planned -source: https://git.ixvd.net/logi/social +source: https://git.ixvd.net/logically.cc/social layout: ../../layouts/primary.astro --- diff --git a/src/pages/projects/speedtest.md b/src/pages/projects/speedtest.md index 465c360..0742bb8 100644 --- a/src/pages/projects/speedtest.md +++ b/src/pages/projects/speedtest.md @@ -1,8 +1,8 @@ --- -title: LogicalSpeedTest +title: SpeedTest category: Utility -status: Offline -source: https://git.ixvd.net/logicallylogi.me/speedtest +status: Online +source: https://git.ixvd.net/logically.cc/speedtest layout: ../../layouts/primary.astro --- -[Check your speed now](/speedtest) \ No newline at end of file +[Check your speed now!](/speedtest) \ No newline at end of file