"initial"...

This commit is contained in:
lare 2024-08-28 12:46:10 +02:00
commit 2b72975f7c
16 changed files with 422 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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