feat: inital import
All checks were successful
ci / build_and_publish (push) Successful in 21s

This commit is contained in:
Iain Learmonth 2026-02-08 14:24:06 +00:00
commit c08a080f6c
43 changed files with 1572 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 }}'
+++