First commit

This commit is contained in:
Alexandru 2024-08-14 12:49:06 +03:00
commit 38141f14d9
48 changed files with 324 additions and 0 deletions

5
archetypes/default.md Normal file
View file

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