Setup template

This commit is contained in:
penny
2021-08-23 16:49:57 +02:00
parent 2b2c59b6e5
commit ad0a9d675c
4 changed files with 14 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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