This commit is contained in:
Fiery Eagle
2025-03-03 05:52:07 +00:00
parent 445f465028
commit 90bc37b6ed
59 changed files with 2407 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 }}'
---