diff --git a/archetypes/blog.md b/archetypes/blog.md index 9b03f36..1ac76b1 100644 --- a/archetypes/blog.md +++ b/archetypes/blog.md @@ -1,7 +1,7 @@ ---- -title: {{ replace .Name "-" " " | title }} -date: {{ .Date }} -description: -tags: -draft: true ---- ++++ +title = {{ replace .Name "-" " " | title }} +date = {{ .Date }} +description = +tags = +draft = true ++++ diff --git a/archetypes/default.md b/archetypes/default.md index 29346c2..cf8c64f 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,5 +1,5 @@ ---- -title: {{ replace .Name "-" " " | title }} -date: {{ .Date }} -draft: true ---- ++++ +title = {{ replace .Name "-" " " | title }} +date = {{ .Date }} +draft = true ++++ diff --git a/archetypes/photos.md b/archetypes/photos.md index 9b03f36..1ac76b1 100644 --- a/archetypes/photos.md +++ b/archetypes/photos.md @@ -1,7 +1,7 @@ ---- -title: {{ replace .Name "-" " " | title }} -date: {{ .Date }} -description: -tags: -draft: true ---- ++++ +title = {{ replace .Name "-" " " | title }} +date = {{ .Date }} +description = +tags = +draft = true ++++ diff --git a/content/_index.md b/content/_index.md index a845151..ac36e06 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,2 +1,2 @@ ---- ---- ++++ ++++ diff --git a/content/about.md b/content/about.md index 78e227e..786053f 100644 --- a/content/about.md +++ b/content/about.md @@ -1,7 +1,7 @@ ---- -title: Über mich -date: 2024-12-12 ---- ++++ +date = '2024-12-12' +title = 'Über mich' ++++ Mein Name ist _Jan Kremer_. Ich bin 29 Jahre alt und bin *Apotheker*. Manchmal schreibe ich über Technik und Software die ich benutze. diff --git a/content/blog/discord.md b/content/blog/discord.md index 9fcd7e1..19eef00 100644 --- a/content/blog/discord.md +++ b/content/blog/discord.md @@ -1,8 +1,8 @@ ---- -title: Discord -date: 2026-02-16T19:45:02+01:00 -tags: micro ---- ++++ +date = '2026-02-16T19:45:02+01:00' +tags = 'micro' +title = 'Discord' ++++ Since [Discord announced](https://discord.com/press-releases/discord-launches-teen-by-default-settings-globally) it will start asking users for age verification, I became obsessed with reading about alternatives to the platform. And there are a lot of them. As a self-hoster, I immediately thought of Matrix and XMPP. Both have their pros and cons and different implementations. diff --git a/content/blog/email.md b/content/blog/email.md index 6197f32..d0392c3 100644 --- a/content/blog/email.md +++ b/content/blog/email.md @@ -1,8 +1,7 @@ ---- -title: Email -date: 2026-02-20T15:46:52+01:00 -description: -tags: micro ---- ++++ +date = '2026-02-20T15:46:52+01:00' +tags = 'micro' +title = 'Email' ++++ It's a shame we don't have _ubiquitous decentralized chat_ equivalent to **email**. I know **Matrix** and **XMPP** exist, but neither are complete enough. And they dont't have a lot of users. diff --git a/content/blog/markdown-tables.md b/content/blog/markdown-tables.md index 222ca2f..d9c3472 100644 --- a/content/blog/markdown-tables.md +++ b/content/blog/markdown-tables.md @@ -1,9 +1,8 @@ ---- -title: Markdown Tables Suck -date: 2023-12-25T16:28:52+01:00 -tags: - - micro ---- ++++ +date = '2023-12-25T16:28:52+01:00' +tags = ['micro'] +title = 'Markdown Tables Suck' ++++ Tables are arguably the worst part of Markdown. No horizontal lines except for the mandatory one at the top. diff --git a/content/blog/selbsthosting.md b/content/blog/selbsthosting.md index 9296d42..e50cb26 100644 --- a/content/blog/selbsthosting.md +++ b/content/blog/selbsthosting.md @@ -1,12 +1,9 @@ ---- -title: Selbsthosting -date: 2025-04-14 -description: Kleiner Computer, große Pläne -tags: - - selbsthosting - - nixos - - git ---- ++++ +date = '2025-04-14' +description = 'Kleiner Computer, große Pläne' +tags = ['selbsthosting', 'nixos', 'git'] +title = 'Selbsthosting' ++++ Seit etwa 2020 hat mich die Idee fasziniert, meinen _eigenen Server zu betreiben_ – also die volle Kontrolle über Daten, Dienste und Medien zu haben. Vor allem auf Reddit, und dort besonders in den Communities [r/selfhosted](https://www.reddit.com/r/selfhosted) und [r/homelab](https://www.reddit.com/r/homelab), habe ich immer wieder spannende Projekte gesehen. Lange blieb das für mich ein Traum – zu wenig Zeit, zu wenig Geld. Aber im April 2024 war es so weit: Mein kleines Selbsthosting-Abenteuer begann. diff --git a/content/blog/timestamps.md b/content/blog/timestamps.md index 4723039..d7aa37b 100644 --- a/content/blog/timestamps.md +++ b/content/blog/timestamps.md @@ -1,9 +1,8 @@ ---- -title: Use Timestamps -date: 2023-11-15T10:12:30+01:00 -tags: - - micro ---- ++++ +date = '2023-11-15T10:12:30+01:00' +tags = ['micro'] +title = 'Use Timestamps' ++++ Every blog post should include a timestamp. In fact, this extends to almost anything online and even offline. diff --git a/content/btc.md b/content/btc.md index fd5fafc..b0fe254 100644 --- a/content/btc.md +++ b/content/btc.md @@ -1,8 +1,8 @@ ---- -title: Bitcoin -date: 2022-12-10 -tags: [crypto] ---- ++++ +date = '2022-12-10' +tags = ['crypto'] +title = 'Bitcoin' ++++ ## Address diff --git a/content/eth.md b/content/eth.md index 210d534..fcaf491 100644 --- a/content/eth.md +++ b/content/eth.md @@ -1,8 +1,8 @@ ---- -title: Ethereum -date: 2022-12-10 -tags: [crypto] ---- ++++ +date = '2022-12-10' +tags = ['crypto'] +title = 'Ethereum' ++++ ## Address diff --git a/content/fotos/abendliche-bewoelkung/index.md b/content/fotos/abendliche-bewoelkung/index.md index 5ba0487..65394bb 100644 --- a/content/fotos/abendliche-bewoelkung/index.md +++ b/content/fotos/abendliche-bewoelkung/index.md @@ -1,9 +1,9 @@ ---- -title: Abendliche Bewölkung -date: 2023-07-19T10:48:33+02:00 -description: "über Regensburg" -tags: [fotos, regensburg] ---- ++++ +date = '2023-07-19T10:48:33+02:00' +description = 'über Regensburg' +tags = ['fotos', 'regensburg'] +title = 'Abendliche Bewölkung' ++++ {{< figure src="./abendliche-bewoelkung.webp" diff --git a/content/fotos/ustronie-morskie/index.md b/content/fotos/ustronie-morskie/index.md index 7dd98c5..02da91a 100644 --- a/content/fotos/ustronie-morskie/index.md +++ b/content/fotos/ustronie-morskie/index.md @@ -1,9 +1,9 @@ ---- -title: Ustronie Morskie -description: Polen -date: 2025-11-15T21:53:01+01:00 -tags: [fotos, polen] ---- ++++ +date = '2025-11-15T21:53:01+01:00' +description = 'Polen' +tags = ['fotos', 'polen'] +title = 'Ustronie Morskie' ++++ {{< figure src="holzwall.jpeg" diff --git a/content/xmr.md b/content/xmr.md index e3b033b..14e437f 100644 --- a/content/xmr.md +++ b/content/xmr.md @@ -1,8 +1,8 @@ ---- -title: Monero -date: 2022-12-10 -tags: [crypto] ---- ++++ +date = '2022-12-10' +tags = ['crypto'] +title = 'Monero' ++++ ## Address