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/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 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