changed md archetype to use TOML instead of YAML.
This commit is contained in:
parent
6e6d7c21c6
commit
74b977fd65
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Moving To Germany"
|
||||
date: 2024-08-05T22:10:32-05:00
|
||||
draft: true
|
||||
---
|
||||
+++
|
||||
title = "Moving To Germany"
|
||||
date = 2024-08-05T22:10:32-05:00
|
||||
draft = true
|
||||
+++
|
||||
|
||||
## TODO
|
||||
|
|
Loading…
Reference in a new issue