Convert archetype to TOML

master
Will Faught 2 years ago
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…
Cancel
Save