Initial commit.

This commit is contained in:
2024-07-30 23:16:25 +02:00
commit 3c96faeefc
9 changed files with 159 additions and 0 deletions

6
archetypes/default.md Normal file
View File

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