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