Added the base for Hugo

This commit is contained in:
2024-04-14 13:47:17 +02:00
parent 4c70d50a9f
commit 073ebf00b9
6 changed files with 61 additions and 1 deletions

5
archetypes/default.md Normal file
View File

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