Skip to content

Commit 0d40625

Browse files
committed
fix: enable new docusaurus blog features
1 parent 461e074 commit 0d40625

File tree

5 files changed

+92
-263
lines changed

5 files changed

+92
-263
lines changed

blog/2022-12-03-hello-world.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ tags: [docusaurus]
77

88
I welcome everyone on my personal blog. I am a Fullstack Software Engineer, so the posts will be mainly about Software Development and related topics.
99

10+
<!-- truncate -->
11+
1012
When there is no new blog post in the mean time, also have a look at [my Wiki](/docs/intro). It contains things that I often look up and notes about certain technologies and everything else that does not fit in a blog post. See it like a wikipedia for Fullstack Software Engineers.

blog/2023-05-04-oh-my-posh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: [oh-my-posh, shell]
77

88
If you are a Windows user and you use Powershell und WSL, then I can recommend [Oh My Posh](https://ohmyposh.dev).
99

10-
<!--truncate-->
10+
<!-- truncate -->
1111

1212
## What is "Oh My Posh"?
1313

blog/2023-06-13-testcontainers-during-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: [testcontainers, spring-boot]
77

88
[Testcontainers](https://testcontainers.com) is a great technology for setting up a test environment using container technology. With the latest Spring Boot 3.1 release it is also possible to use Testcontainers during development, for example when you run your application locally. In this post I will show you how to set this up.
99

10-
<!--truncate-->
10+
<!-- truncate -->
1111

1212
## Adding dependencies
1313

blog/authors.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ sonallux:
22
name: Jonas
33
title: Fullstack Software Engineer
44
url: https://github.com/sonallux
5-
image_url: https://github.com/sonallux.png
5+
image_url: https://github.com/sonallux.png
6+
page: true
7+
socials:
8+
x: sonallux
9+
github: sonallux

0 commit comments

Comments
 (0)