Initial blog template

This commit is contained in:
peps 2025-02-22 16:40:09 +01:00
commit 448cf25d06
3 changed files with 22 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
+++