Change theme
All checks were successful
Homepage deployment / deploy (push) Successful in 1m16s

This commit is contained in:
GHOSCHT 2024-12-29 16:03:46 +01:00
parent 2d1d842738
commit a88de57d54
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
3 changed files with 21 additions and 14 deletions

View file

@ -5,7 +5,7 @@
# Refer to the theme docs for more details about each of these parameters. # Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/configuration/#theme-parameters # https://blowfish.page/docs/configuration/#theme-parameters
colorScheme = "blowfish" colorScheme = "slate"
defaultAppearance = "dark" # valid options: light or dark defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = true autoSwitchAppearance = true

View file

@ -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" >}}

View file

@ -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" >}}
<br>
# TL;DR
Rust isn't necessarily suited for pure object oriented programming.
# Getting Started
Use Shaku and Mockall