Skip to content

Commit 7c5431c

Browse files
committed
add draft for SDD blog post
1 parent cd76de3 commit 7c5431c

8 files changed

Lines changed: 153 additions & 1 deletion

File tree

_people/tiefenauer.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: 'tiefenauer'
3+
firstName: 'Daniel'
4+
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.'
5+
lastName: 'Tiefenauer'
6+
github: 'tiefenauer'
7+
mail: 'daniel.tiefenauer@karakun.com'
8+
avatar: 'tiefenauer'
9+
header:
10+
image: tiefenauer
11+
text: Daniel Tiefenauer
12+
x: left
13+
---

_posts/2026-06-01-sdd.md

Lines changed: 139 additions & 0 deletions
Large diffs are not rendered by default.

assets/avatars/tiefenauer.png

333 KB
Loading

assets/featuredImages/sdd.png

2.07 MB
Loading
2.73 MB
Loading
2.46 MB
Loading
65 KB
Loading

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2.4'
22

33
services:
44
jekyll:
5-
image: bretfisher/jekyll-serve
5+
image: bretfisher/jekyll-serve:stable-20250915-2119a31
66
command: [ "bundle", "exec", "jekyll", "serve", "--config", "_config.yml,_config_dev.yml", "--force_polling", "-H", "0.0.0.0", "-P", "4000", "--future", "--drafts" ]
77
volumes:
88
- .:/site

0 commit comments

Comments
 (0)