Convert archetype to TOML

This commit is contained in:
Will Faught
2023-09-23 12:46:52 -07:00
parent ce55af166c
commit 43766f328e

View File

@@ -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 }}"
--- +++