This commit is contained in:
2022-04-05 14:26:58 -03:00
commit f09d0b85f3
6 changed files with 65 additions and 0 deletions

6
archetypes/default.md Normal file
View File

@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---