This commit is contained in:
sam 2024-12-02 02:33:20 +01:00
commit 6109bae0a5
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
25 changed files with 2294 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 }}'
+++