Convert archetype to TOML
parent
ce55af166c
commit
43766f328e
@ -1,9 +1,9 @@
|
||||
---
|
||||
categories: []
|
||||
date: {{ .Date }}
|
||||
description: ""
|
||||
draft: true
|
||||
link: ""
|
||||
tags: []
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
---
|
||||
+++
|
||||
categories = []
|
||||
date = "{{ .Date }}"
|
||||
description = ""
|
||||
draft = true
|
||||
link = ""
|
||||
tags = []
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
+++
|
||||
|
Loading…
Reference in New Issue