initial commit

This commit is contained in:
geekifan
2025-04-19 21:27:20 +08:00
commit 8e25bfe11e
36 changed files with 3929 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 }}'
+++