Compare commits
2 commits
0c63d914ec
...
ba605b759c
Author | SHA1 | Date | |
---|---|---|---|
ba605b759c | |||
d973921707 |
4 changed files with 27 additions and 7 deletions
|
@ -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!*
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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/)!
|
||||
|
||||
|
|
20
src/content/blog/broken-links-no-problem.md
Normal file
20
src/content/blog/broken-links-no-problem.md
Normal file
|
@ -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!
|
Loading…
Add table
Reference in a new issue