initial commit

This commit is contained in:
pika 2025-01-04 02:29:32 +01:00
parent 1ae7f331d2
commit 5e7a3c9afb
13 changed files with 263 additions and 0 deletions

4
archetypes/default.md Normal file
View file

@ -0,0 +1,4 @@
+++
date = '{{ .Date }}'
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++