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,7 +1,7 @@
|
||||||
---
|
+++
|
||||||
title: {{ replace .Name "-" " " | title }}
|
title = {{ replace .Name "-" " " | title }}
|
||||||
date: {{ .Date }}
|
date = {{ .Date }}
|
||||||
description:
|
description =
|
||||||
tags:
|
tags =
|
||||||
draft: true
|
draft = true
|
||||||
---
|
+++
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
+++
|
||||||
title: {{ replace .Name "-" " " | title }}
|
title = {{ replace .Name "-" " " | title }}
|
||||||
date: {{ .Date }}
|
date = {{ .Date }}
|
||||||
draft: true
|
draft = true
|
||||||
---
|
+++
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
+++
|
||||||
title: {{ replace .Name "-" " " | title }}
|
title = {{ replace .Name "-" " " | title }}
|
||||||
date: {{ .Date }}
|
date = {{ .Date }}
|
||||||
description:
|
description =
|
||||||
tags:
|
tags =
|
||||||
draft: true
|
draft = true
|
||||||
---
|
+++
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
---
|
+++
|
||||||
---
|
+++
|
||||||
|
|
|
||||||
|
|
@ -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.
|
Mein Name ist _Jan Kremer_. Ich bin 29 Jahre alt und bin *Apotheker*. Manchmal schreibe ich über Technik und Software die ich benutze.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
+++
|
||||||
title: Discord
|
date = '2026-02-16T19:45:02+01:00'
|
||||||
date: 2026-02-16T19:45:02+01:00
|
tags = 'micro'
|
||||||
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.
|
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'
|
||||||
date: 2026-02-20T15:46:52+01:00
|
tags = 'micro'
|
||||||
description:
|
title = 'Email'
|
||||||
tags: micro
|
+++
|
||||||
---
|
|
||||||
|
|
||||||
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.
|
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'
|
||||||
date: 2023-12-25T16:28:52+01:00
|
tags = ['micro']
|
||||||
tags:
|
title = 'Markdown Tables Suck'
|
||||||
- micro
|
+++
|
||||||
---
|
|
||||||
|
|
||||||
Tables are arguably the worst part of Markdown.
|
Tables are arguably the worst part of Markdown.
|
||||||
No horizontal lines except for the mandatory one at the top.
|
No horizontal lines except for the mandatory one at the top.
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,9 @@
|
||||||
---
|
+++
|
||||||
title: Selbsthosting
|
date = '2025-04-14'
|
||||||
date: 2025-04-14
|
description = 'Kleiner Computer, große Pläne'
|
||||||
description: Kleiner Computer, große Pläne
|
tags = ['selbsthosting', 'nixos', 'git']
|
||||||
tags:
|
title = 'Selbsthosting'
|
||||||
- selbsthosting
|
+++
|
||||||
- nixos
|
|
||||||
- git
|
|
||||||
---
|
|
||||||
|
|
||||||
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.
|
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'
|
||||||
date: 2023-11-15T10:12:30+01:00
|
tags = ['micro']
|
||||||
tags:
|
title = 'Use Timestamps'
|
||||||
- micro
|
+++
|
||||||
---
|
|
||||||
|
|
||||||
Every blog post should include a timestamp.
|
Every blog post should include a timestamp.
|
||||||
In fact, this extends to almost anything online and even offline.
|
In fact, this extends to almost anything online and even offline.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
+++
|
||||||
title: Bitcoin
|
date = '2022-12-10'
|
||||||
date: 2022-12-10
|
tags = ['crypto']
|
||||||
tags: [crypto]
|
title = 'Bitcoin'
|
||||||
---
|
+++
|
||||||
|
|
||||||
## Address
|
## Address
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
+++
|
||||||
title: Ethereum
|
date = '2022-12-10'
|
||||||
date: 2022-12-10
|
tags = ['crypto']
|
||||||
tags: [crypto]
|
title = 'Ethereum'
|
||||||
---
|
+++
|
||||||
|
|
||||||
## Address
|
## Address
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
+++
|
||||||
title: Abendliche Bewölkung
|
date = '2023-07-19T10:48:33+02:00'
|
||||||
date: 2023-07-19T10:48:33+02:00
|
description = 'über Regensburg'
|
||||||
description: "über Regensburg"
|
tags = ['fotos', 'regensburg']
|
||||||
tags: [fotos, regensburg]
|
title = 'Abendliche Bewölkung'
|
||||||
---
|
+++
|
||||||
|
|
||||||
{{< figure
|
{{< figure
|
||||||
src="./abendliche-bewoelkung.webp"
|
src="./abendliche-bewoelkung.webp"
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
+++
|
||||||
title: Ustronie Morskie
|
date = '2025-11-15T21:53:01+01:00'
|
||||||
description: Polen
|
description = 'Polen'
|
||||||
date: 2025-11-15T21:53:01+01:00
|
tags = ['fotos', 'polen']
|
||||||
tags: [fotos, polen]
|
title = 'Ustronie Morskie'
|
||||||
---
|
+++
|
||||||
|
|
||||||
{{< figure
|
{{< figure
|
||||||
src="holzwall.jpeg"
|
src="holzwall.jpeg"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
+++
|
||||||
title: Monero
|
date = '2022-12-10'
|
||||||
date: 2022-12-10
|
tags = ['crypto']
|
||||||
tags: [crypto]
|
title = 'Monero'
|
||||||
---
|
+++
|
||||||
|
|
||||||
## Address
|
## Address
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue