From d973921707b44b9d80610390e93bd226f44e9781 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Thu, 29 May 2025 19:35:36 +0200 Subject: [PATCH 1/2] :link: Fix broken links Signed-off-by: SindreKjelsrud --- src/content/blog/2023-august-recently.md | 2 +- src/content/blog/2023-december-recently.md | 8 ++++---- src/content/blog/2023-september-recently.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/content/blog/2023-august-recently.md b/src/content/blog/2023-august-recently.md index b2257f2..a1c581b 100644 --- a/src/content/blog/2023-august-recently.md +++ b/src/content/blog/2023-august-recently.md @@ -18,7 +18,7 @@ I also started my last year of university! This semester I'm gonna have courses ## ✍️ Blogging -I finished my blog-post about my [internship at NAV IT](/blog/nav23) this summer, which was a loooong post! It's in norwegian unfortunately, but maybe I'll translate it some time in the future. +I finished my blog-post about my [internship at NAV IT](/blog/min-sommer-som-utvikler-hos-nav-it/) this summer, which was a loooong post! It's in norwegian unfortunately, but maybe I'll translate it some time in the future. > ***Sidenote:** Very happy that I've managed to have journaled for 4 months in a row now!* diff --git a/src/content/blog/2023-december-recently.md b/src/content/blog/2023-december-recently.md index 7a665a9..256dd86 100644 --- a/src/content/blog/2023-december-recently.md +++ b/src/content/blog/2023-december-recently.md @@ -25,10 +25,10 @@ But wow what a month of blogging! I've posted 5 posts during december, and I'm p - [november recap](/blog/2023-november-recently/) - [removed](/blog/to-become-a-better-writer) - - ~~a new [retro game](/blog/pokémon-yellow-a-timeless-masterpiece/) related post~~ - - ~~a post regarding [the small web](/blog/the-cozy-corners-of-cyberspace/)~~ - - ~~[a life filled with spontaneous interests](/blog/a-life-filled-with-spontaneous-interests/)~~ - - ~~a post about how i moved [from hugo to astro](/blog/from-hugo-to-astro)~~ + - ~~a new [retro game]() related post~~ + - ~~a post regarding [the small web]()~~ + - ~~[a life filled with spontaneous interests]()~~ + - ~~a post about how i moved [from hugo to astro]()~~ ## 👨‍💻Technology diff --git a/src/content/blog/2023-september-recently.md b/src/content/blog/2023-september-recently.md index 89d0bc2..74e1ff7 100644 --- a/src/content/blog/2023-september-recently.md +++ b/src/content/blog/2023-september-recently.md @@ -22,7 +22,7 @@ Otherwise there has been a lot of jobsearching and participation in innovation-r ## ✍️ Blogging -This month I published a blogpost about ~~[*Making the Leap - My Journey from Windows to Arch Linux*](https://kjelsrud.dev/blog-posts/tech/win_to_arch/)~~ ([removed](/blog/to-become-a-better-writer/)). Was very happy with how the post turned out! +This month I published a blogpost about ~~[*Making the Leap - My Journey from Windows to Arch Linux*]()~~ ([removed](/blog/to-become-a-better-writer/)). Was very happy with how the post turned out! ## 💪 Health @@ -36,7 +36,7 @@ I also tried out setting up my own sportsclimbing route! It was super fun, but u This months development has been good! I've done a lot during my work placement at WA.works, here's a [link](https://github.com/SindreKjelsrud/Cinemateket) to the repo for our project! I'm starting to get the hang of C# now, super fun! -I've also rewritten my own ~~[wiki](https://wiki.kjelsrud.dev)~~ (found under [/garden](/garden) now) to Astro! It was fun to do, since I'm still rebuilding my webpage with Astro as well. +I've also rewritten my own ~~[wiki]()~~ (found under [/garden](/garden) now) to Astro! It was fun to do, since I'm still rebuilding my webpage with Astro as well. I've also contributed a little bit to different projects like [ChimeraCSS](https://github.com/ChimeraCSS/ChimeraCSS) and [friBytes conference website](https://github.com/fribyte-code/konferanse/)! From ba605b759c19e9f0ceb9e9d683e4b14ae305b573 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Thu, 29 May 2025 19:47:17 +0200 Subject: [PATCH 2/2] :incoming_envelope: New blogpost! "broken links? no problem" Signed-off-by: SindreKjelsrud --- src/content/blog/broken-links-no-problem.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/content/blog/broken-links-no-problem.md diff --git a/src/content/blog/broken-links-no-problem.md b/src/content/blog/broken-links-no-problem.md new file mode 100644 index 0000000..bf3808a --- /dev/null +++ b/src/content/blog/broken-links-no-problem.md @@ -0,0 +1,20 @@ +--- +title: "broken links? no problem" +pubDate: 'May 29 2025' +description: "" +draft: false +--- + +The past month I've been coming up with ideas and redesigns for my website, some of which are live now, and something that came to my mind while going through my website was that I haven't checked if I got any broken/dead links. + +This led me to spending a "few" minutes checking my entire website for dead links, of which have either been moved, deleted or changed url. + +It got me wondering, there has to be a better way than this to find broken links on my website? I started thinking maybe I should write a quick script for it, but then I thought somebody else have of course had this idea before! + +And what do I find? The same person who created the [guestbook](/guestbook) I'm using have also created a tool for this! + +[Fido](https://fido.meadow.cafe/), created by [Meadow](https://meadow.cafe/), is an [open source project](https://codeberg.org/meadowingc/fido) for exactly this usecase. You just enter a URL to check, wait some seconds, and boom - case solved. + +It found six links I had "missed" (just forgot to remove, as I just added a strikethrough on them last time) out on. Such a helpful tool, and I just had to share it with you - the reader. + +Thanks Meadow! \ No newline at end of file