Initial configuration.

This commit is contained in:
Sebastian Bugge 2023-12-26 15:30:19 +01:00
commit 7280a5cc7f
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691
7 changed files with 95 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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