first commit

This commit is contained in:
2025-07-10 15:45:00 +08:00
commit 3437c1a17f
2162 changed files with 623170 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 }}'
+++