First commit.

This commit is contained in:
CronyAkatsuki 2023-10-05 21:05:32 +02:00
commit 70eacb2517
41 changed files with 2970 additions and 0 deletions

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++