initial commit

This commit is contained in:
Colmaris 2025-02-08 12:54:13 +01:00
commit a6261020ee
130 changed files with 3179 additions and 0 deletions

5
archetypes/default.md Normal file
View file

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