Convert archetype to TOML

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