initial commit

This commit is contained in:
2022-08-26 22:26:56 +02:00
parent 094f3dcdcc
commit bbc0739956
7 changed files with 45 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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