Initialized hugo project

This commit is contained in:
Jef Roosens 2022-03-29 15:32:28 +02:00
parent 7532aef1ad
commit 0f614c6739
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 52 additions and 0 deletions

6
archetypes/default.md Normal file
View file

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---