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: Ü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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue