diff --git a/config/_default/params.toml b/config/_default/params.toml index c5f750f..8d2759b 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,7 +5,7 @@ # Refer to the theme docs for more details about each of these parameters. # https://blowfish.page/docs/configuration/#theme-parameters -colorScheme = "blowfish" +colorScheme = "slate" defaultAppearance = "dark" # valid options: light or dark autoSwitchAppearance = true diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md deleted file mode 100644 index bc3b788..0000000 --- a/content/posts/my-first-post.md +++ /dev/null @@ -1,13 +0,0 @@ -+++ -date = '2024-12-29T13:42:30+01:00' -draft = true -title = 'My First Post' -+++ - -## Introduction - -This is **bold** text, and this is *emphasized* text. - -Visit the [Hugo](https://gohugo.io) website! - -{{< forgejo repo="ghoscht/picoKontroller" >}} diff --git a/content/posts/rust-di-mocking.md b/content/posts/rust-di-mocking.md new file mode 100644 index 0000000..dd57887 --- /dev/null +++ b/content/posts/rust-di-mocking.md @@ -0,0 +1,20 @@ ++++ +date = '2024-12-29T13:42:30+01:00' +draft = true +title = 'Mocking in Rust using Dependency Injection' ++++ + +{{< lead >}} +Rust is hard. +{{< /lead >}} + +That is one of my takeways from one of my recent endeavors during the winter break. + +{{< forgejo repo="ghoscht/picoKontroller" >}} +
+ +# TL;DR +Rust isn't necessarily suited for pure object oriented programming. + +# Getting Started +Use Shaku and Mockall