Convert frontmatter from YAML to TOML
This commit is contained in:
parent
709cb556c1
commit
b1e32b2c9f
15 changed files with 78 additions and 84 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue