From 7019f340050c04eed6065c4ddd4582d6b2d22b9b Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Sun, 24 Sep 2023 15:35:46 +0200 Subject: [PATCH] fix: fixed tags and categories in several blog posts --- categories.list.md | 6 +++--- content/posts/2014/pi-cluster-1-shopping/index.md | 2 +- content/posts/2014/pi-cluster-2-the-build/index.md | 2 +- .../posts/2014/pi-cluster-3-installing-the-os/index.md | 2 +- .../pi-cluster-4-setting-up-the-master-node/index.md | 2 +- .../2014/pi-cluster-5-expanding-the-cluster/index.md | 2 +- .../using-the-cluster-for-home-automation/index.md | 4 ++-- content/posts/2017/scala-day-0-what-is-scala/index.md | 4 ++-- content/posts/2017/scala-day-1-the-basics/index.md | 4 ++-- .../2017/scala-day-2-lets-get-functional/index.md | 4 ++-- .../posts/2017/scala-day-3-concurrency-is-key/index.md | 4 ++-- content/posts/2017/scala-day-4-a-challenge/index.md | 4 ++-- .../posts/2022/adopting-convential-commits/index.md | 10 +++++----- content/posts/2023/flashing-lsi-9211-with-efi/index.md | 6 +++--- content/posts/2023/lego-league/index.md | 1 + .../index.md | 2 +- 16 files changed, 30 insertions(+), 29 deletions(-) diff --git a/categories.list.md b/categories.list.md index 8fb74af..81010bd 100644 --- a/categories.list.md +++ b/categories.list.md @@ -7,8 +7,8 @@ A list of categories used in the blog | ----------- | -------------------------------------------------------- | | blog | random blog stuff | | IOT | anything to do with IOT | -| Homelab | anything to do with my homelab (including smart home...) | -| Development | anything to do with regular development | +| homelab | anything to do with my homelab (including smart home...) | +| development | anything to do with regular development | | exploits | blogs about exploits and bugs in open-source software | -| Lego | blogs about Lego | +| lego | blogs about Lego | | house | Content about the place I live | diff --git a/content/posts/2014/pi-cluster-1-shopping/index.md b/content/posts/2014/pi-cluster-1-shopping/index.md index 4946f1d..798483c 100644 --- a/content/posts/2014/pi-cluster-1-shopping/index.md +++ b/content/posts/2014/pi-cluster-1-shopping/index.md @@ -2,7 +2,7 @@ title: "Raspberry pi cluster Step 1: Shopping" date: "2014-09-05 23:00" template: "post" -category: "Homelab" +category: "homelab" tags: - "raspberry" - "cluster" diff --git a/content/posts/2014/pi-cluster-2-the-build/index.md b/content/posts/2014/pi-cluster-2-the-build/index.md index 93cc0cb..ca86401 100644 --- a/content/posts/2014/pi-cluster-2-the-build/index.md +++ b/content/posts/2014/pi-cluster-2-the-build/index.md @@ -2,7 +2,7 @@ title: "Raspberry pi cluster Step 2: Assembling the hardware" date: "2014-09-10" template: "post" -category: "Homelab" +category: "homelab" tags: - "raspberry" - "cluster" diff --git a/content/posts/2014/pi-cluster-3-installing-the-os/index.md b/content/posts/2014/pi-cluster-3-installing-the-os/index.md index 9f5526a..79b5d98 100644 --- a/content/posts/2014/pi-cluster-3-installing-the-os/index.md +++ b/content/posts/2014/pi-cluster-3-installing-the-os/index.md @@ -2,7 +2,7 @@ title: "Raspberry pi cluster Step 3: Installing the OS" date: "2014-09-14" template: "post" -category: "Homelab" +category: "homelab" tags: - "raspberry" - "cluster" diff --git a/content/posts/2014/pi-cluster-4-setting-up-the-master-node/index.md b/content/posts/2014/pi-cluster-4-setting-up-the-master-node/index.md index 486b0bb..eeffb71 100644 --- a/content/posts/2014/pi-cluster-4-setting-up-the-master-node/index.md +++ b/content/posts/2014/pi-cluster-4-setting-up-the-master-node/index.md @@ -2,7 +2,7 @@ title: "Raspberry pi cluster Step 4: Setting up the master node" date: "2014-09-17" template: "post" -category: "Homelab" +category: "homelab" tags: - "raspberry" - "cluster" diff --git a/content/posts/2014/pi-cluster-5-expanding-the-cluster/index.md b/content/posts/2014/pi-cluster-5-expanding-the-cluster/index.md index 684ba0c..3d8b1be 100644 --- a/content/posts/2014/pi-cluster-5-expanding-the-cluster/index.md +++ b/content/posts/2014/pi-cluster-5-expanding-the-cluster/index.md @@ -2,7 +2,7 @@ title: "Raspberry pi cluster step 5: Expanding the cluster" date: "2014-09-19" template: "post" -category: "Homelab" +category: "homelab" tags: - "raspberry" - "cluster" diff --git a/content/posts/2014/using-the-cluster-for-home-automation/index.md b/content/posts/2014/using-the-cluster-for-home-automation/index.md index 813d299..f349fb6 100644 --- a/content/posts/2014/using-the-cluster-for-home-automation/index.md +++ b/content/posts/2014/using-the-cluster-for-home-automation/index.md @@ -2,12 +2,12 @@ title: "The pi cluster, home automation & kickstarter monitoring" date: "2014-09-27" template: "post" -category: "Homelab" +category: "homelab" tags: - "python" - "raspberry" - "pi" - - "home automation" + - "home-automation" description: "Today's blog is about home automation." disqusId: "7" --- diff --git a/content/posts/2017/scala-day-0-what-is-scala/index.md b/content/posts/2017/scala-day-0-what-is-scala/index.md index 127878e..a5dc9f7 100644 --- a/content/posts/2017/scala-day-0-what-is-scala/index.md +++ b/content/posts/2017/scala-day-0-what-is-scala/index.md @@ -3,9 +3,9 @@ title: Scala Day 0 - What is Scala? date: "2017-03-30" template: "post" draft: false -category: "Development" +category: "development" tags: - - "Development" + - "development" - "slsw" description: "My final assignment for a school course is to learn a new language from a book (uh-oh). I picked Scala and here's why" disqusId: "20" diff --git a/content/posts/2017/scala-day-1-the-basics/index.md b/content/posts/2017/scala-day-1-the-basics/index.md index 6152f24..ca697a9 100644 --- a/content/posts/2017/scala-day-1-the-basics/index.md +++ b/content/posts/2017/scala-day-1-the-basics/index.md @@ -3,9 +3,9 @@ title: Scala Day 1 - The Basics date: "2017-04-02" template: "post" draft: false -category: "Development" +category: "development" tags: - - "Development" + - "development" - "slsw" description: "Let's take a deep dive into a programming book and Scala!" disqusId: "21" diff --git a/content/posts/2017/scala-day-2-lets-get-functional/index.md b/content/posts/2017/scala-day-2-lets-get-functional/index.md index f526461..624d5cb 100644 --- a/content/posts/2017/scala-day-2-lets-get-functional/index.md +++ b/content/posts/2017/scala-day-2-lets-get-functional/index.md @@ -3,9 +3,9 @@ title: Scala Day 2 - Let's get functional date: "2017-04-03" template: "post" draft: false -category: "Development" +category: "development" tags: - - "Development" + - "development" - "slsw" description: "Today we'll focus on the functional aspects of Scala" disqusId: "22" diff --git a/content/posts/2017/scala-day-3-concurrency-is-key/index.md b/content/posts/2017/scala-day-3-concurrency-is-key/index.md index df37a85..1b7b93f 100644 --- a/content/posts/2017/scala-day-3-concurrency-is-key/index.md +++ b/content/posts/2017/scala-day-3-concurrency-is-key/index.md @@ -3,9 +3,9 @@ title: Scala Day 3 - Concurrency is key! date: "2017-04-04" template: "post" draft: false -category: "Development" +category: "development" tags: - - "Development" + - "development" - "slsw" description: "A day full of functional joy and concurrency " disqusId: "23" diff --git a/content/posts/2017/scala-day-4-a-challenge/index.md b/content/posts/2017/scala-day-4-a-challenge/index.md index a388a9a..bad03d6 100644 --- a/content/posts/2017/scala-day-4-a-challenge/index.md +++ b/content/posts/2017/scala-day-4-a-challenge/index.md @@ -3,9 +3,9 @@ title: Scala Day 4 - A challenge! date: "2017-04-05" template: "post" draft: false -category: "Development" +category: "development" tags: - - "Development" + - "development" - "slsw" description: "The last day of my journey with Scala is said to be a challenge" disqusId: "24" diff --git a/content/posts/2022/adopting-convential-commits/index.md b/content/posts/2022/adopting-convential-commits/index.md index cfd450f..60411ed 100644 --- a/content/posts/2022/adopting-convential-commits/index.md +++ b/content/posts/2022/adopting-convential-commits/index.md @@ -2,13 +2,13 @@ title: Adopting conventional commits and standard versions in a git and npm codebase date: "2022-11-07" template: "post" -category: "Development" +category: "development" tags: - "git" - - "conventional commits" - - "semantic commits" - - "INFORIT" - - "Standard releases" + - "conventional-commits" + - "semantic-commits" + - "inforit" + - "standard-releases" description: "A dive into conventional commits and their benefit whilst releasing with standard versions." socialImage: "./media/husky-error.png" diff --git a/content/posts/2023/flashing-lsi-9211-with-efi/index.md b/content/posts/2023/flashing-lsi-9211-with-efi/index.md index c400d43..e9ab4eb 100644 --- a/content/posts/2023/flashing-lsi-9211-with-efi/index.md +++ b/content/posts/2023/flashing-lsi-9211-with-efi/index.md @@ -2,14 +2,14 @@ title: Flashing the LSI-9211 to IT mode using an EFI shell date: "2023-04-12" template: "post" -category: "Homelab" +category: "homelab" tags: - "lsi" - "lsi9211" - "raid card" - "storage" - - "SAS2000" - - "it mode" + - "sas2000" + - "it-mode" description: "Flashing the LSI-9211 used to be way more difficult, luckily the EFI shell makes this task a lot simpler!" socialImage: ./media/flash-result.jpg --- diff --git a/content/posts/2023/lego-league/index.md b/content/posts/2023/lego-league/index.md index 57eb6ae..49ece13 100644 --- a/content/posts/2023/lego-league/index.md +++ b/content/posts/2023/lego-league/index.md @@ -9,6 +9,7 @@ tags: - "programming" - "team" - "work" + - "inforit" description: "At INFORIT we love to play! Be it DND, board games or in this case... Legos. Read on to find out what we've been up to this past summer vacation" socialImage: ./media/lego-spike-set.png --- diff --git a/content/posts/2023/starting-a-new-hobby-that-might-just-take-over-my-house/index.md b/content/posts/2023/starting-a-new-hobby-that-might-just-take-over-my-house/index.md index 993f058..16234a5 100644 --- a/content/posts/2023/starting-a-new-hobby-that-might-just-take-over-my-house/index.md +++ b/content/posts/2023/starting-a-new-hobby-that-might-just-take-over-my-house/index.md @@ -4,7 +4,7 @@ date: "2023-02-14" template: "post" category: "blog" tags: - - "Lego" + - "lego" - "house" description: "What started as a simple decoration piece to fill some empty space in my home quickly grew into a new hobby of which the remnants can be found throughout my house" socialImage: ./media/building-the-owl.jpg