first commit

This commit is contained in:
Gordon 莫
2025-10-21 17:12:59 +08:00
commit 9eba553610
3 changed files with 8 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 }}'
+++