Convert frontmatter from YAML to TOML

This commit is contained in:
Jan Kremer 2026-03-10 08:23:16 +01:00
parent 709cb556c1
commit b1e32b2c9f
No known key found for this signature in database
15 changed files with 78 additions and 84 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.