basic skeleton

This commit is contained in:
2022-04-27 20:43:02 +02:00
parent b10b7d983c
commit d47bd7bb95
5 changed files with 15 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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