Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions _people/tiefenauer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: 'tiefenauer'
firstName: 'Daniel'
description: 'Daniel Tiefenauer is a full stack software engineer at Karakun AG, living in Switzerland. He is passionate about quality, sharing knowledge and building great products.'
lastName: 'Tiefenauer'
github: 'tiefenauer'
mail: 'daniel.tiefenauer@karakun.com'
avatar: 'tiefenauer'
header:
image: tiefenauer
text: Daniel Tiefenauer
x: left
---
154 changes: 154 additions & 0 deletions _posts/2026-07-01-sdd.md

Large diffs are not rendered by default.

Binary file added assets/avatars/tiefenauer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/featuredImages/sdd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/posts/2026-07-01-sdd/ferrari.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/posts/2026-07-01-sdd/signpost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/posts/2026-07-01-sdd/waterfall.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2.4'

services:
jekyll:
image: bretfisher/jekyll-serve
image: bretfisher/jekyll-serve:stable-20250915-2119a31

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated, but piggy backed (see #Karakun DevHub > DevHub @ 💬)

command: [ "bundle", "exec", "jekyll", "serve", "--config", "_config.yml,_config_dev.yml", "--force_polling", "-H", "0.0.0.0", "-P", "4000", "--future", "--drafts" ]
volumes:
- .:/site
Expand Down
Loading