This commit is contained in:
Andrea Zignoli 2023-05-06 11:10:37 +02:00
parent e2c890e078
commit 32fdbc66bb
41 changed files with 6160 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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