Add a default archetype

This commit is contained in:
Fred Pauchet 2024-02-21 19:12:16 +01:00
parent 67b591b413
commit 82ec3736d3
1 changed files with 5 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
+++