Convert archetype to TOML
This commit is contained in:
@@ -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 }}"
|
||||||
---
|
+++
|
||||||
|
Reference in New Issue
Block a user