Initial commit

This commit is contained in:
Abner Coimbre
2026-01-09 20:14:03 -08:00
commit 45813344a0
117 changed files with 23130 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
+++